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

Commit

Permalink
Fix missing quotes in script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jul 25, 2020
1 parent eeb739e commit 8e248f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/check_latest_libappimage_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pushd lib/libappimage

latesttag=$(git describe --tags)
echo "checking out libappimage: ${latesttag}"
git checkout ${latesttag}
git checkout "${latesttag}"

popd

0 comments on commit 8e248f5

Please sign in to comment.