Skip to content

Commit

Permalink
Remove ' AND " quotes from version string
Browse files Browse the repository at this point in the history
  • Loading branch information
mwt committed Aug 26, 2024
1 parent 9aed03b commit 6e2ccc1
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 @@ -13,7 +13,7 @@ parts:
source: .
override-pull: |
craftctl default
craftctl set version=$(grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]")
craftctl set version=$(grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "\"'[:space:]")
build-environment:
# We set this environment variable while building to try and increase the
# stability of fetching the rust crates needed to build the cryptography
Expand Down

0 comments on commit 6e2ccc1

Please sign in to comment.