Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 8e248f5

Browse files
committed
Fix missing quotes in script
1 parent eeb739e commit 8e248f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/check_latest_libappimage_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pushd lib/libappimage
44

55
latesttag=$(git describe --tags)
66
echo "checking out libappimage: ${latesttag}"
7-
git checkout ${latesttag}
7+
git checkout "${latesttag}"
88

99
popd

0 commit comments

Comments
 (0)