Skip to content

Commit

Permalink
fixed version extraction again
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Sep 22, 2024
1 parent b0768a4 commit 301146e
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 @@ -16,7 +16,7 @@ parts:
source: .
override-pull: |
craftctl default
craftctl set version=$(grep '^__version__' \$SNAPCRAFT_PART_SRC/certbot_dns_duckdns/__init__.py | cut -f2 -d= | tr -d '"[:space:]"')
craftctl set version=$(grep '^__version__' "$SNAPCRAFT_PART_SRC/certbot_dns_duckdns/__init__.py" | cut -f2 -d= | tr -d '"[:space:]"')
build-environment:
- SNAP_BUILD: "True"
python-requirements:
Expand Down

0 comments on commit 301146e

Please sign in to comment.