Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theseankelly committed Jun 2, 2020
1 parent 06ba455 commit 8e59620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parts:
override-pull: |
snapcraftctl pull
version="$(git describe --always | sed -e 's/^v//;s/-/+git/;y/-/./;y/_/-/;')"
[ -n "$(echo $version | grep "+git")" ] && grade=devel || grade=stablectl pull
[ -n "$(echo $version | grep "+git")" ] && grade=devel || grade=stable
snapcraftctl set-version "$version"
snapcraftctl set-grade "$grade"
plugin: cmake
Expand Down

0 comments on commit 8e59620

Please sign in to comment.