Skip to content

Commit

Permalink
use echo -n instead of touch
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias committed Jul 18, 2017
1 parent 841fe4b commit e0b13ec
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
@@ -31,5 +31,5 @@ parts:
prepare: |
if git describe --exact-match --tags 2> /dev/null
then
touch ../src/prerelease.txt
echo -n > ../src/prerelease.txt
fi

0 comments on commit e0b13ec

Please sign in to comment.