Skip to content

Commit b7a3fe4

Browse files
committed
Merge pull request #50 from guedes/guedes-patch-1
fix missing commas
2 parents c25a27d + 38fc4f0 commit b7a3fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pgvm-self-install

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ then
136136
exit 1
137137
fi
138138
else
139-
if [ -n $opt_from_dir ]
139+
if [ -n "$opt_from_dir" ]
140140
then
141141
copy_repo $opt_from_dir
142142
else

0 commit comments

Comments
 (0)