Skip to content

Commit

Permalink
Fixing snapcraft2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSteenNilsen committed Sep 30, 2023
1 parent c93b7c6 commit c31a8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: zshgpt
summary: Power up your zsh with gpt
description: Power up your zsh with gpt.
version: git
grade: stable
confinement: devmode
base: core20
Expand All @@ -20,4 +19,5 @@ parts:
python-packages: [zshgpt]
override-pull: |
snapcraftctl pull
git describe --tag | snapcraftctl set-version
git -C /root/project describe --tags
snapcraftctl set-version $(git -C /root/project describe --tags)

0 comments on commit c31a8b0

Please sign in to comment.