Skip to content

Commit

Permalink
Merge pull request soroco#7 from mkai/patch-1
Browse files Browse the repository at this point in the history
Fixed variable lookup syntax in demo script
  • Loading branch information
theonewolf authored Sep 22, 2018
2 parents b9742af + 13b6910 commit 806ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ YELLOW='\033[1;33m'
GRAY='\033[1;30m'
RESET='\033[0m'

if [[ -v "PYTHON" ]]
if [ -v "PYTHON" ]
then
printf "${GRAY}Using Python: ${PYTHON}\n"
else
Expand Down

0 comments on commit 806ed77

Please sign in to comment.