Skip to content

Commit

Permalink
correct variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss committed Dec 7, 2024
1 parent 25b2078 commit f23a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REFRESH=${REFRESH:-false}
cd /gsa
if [ "REFRESH" == "true" ]; then
if [ "$REFRESH" == "true" ]; then
echo "Copying source from gsa.latest to gsa.dev"
cp -rp gsa.latest/* gsa.dev/
else
Expand Down

0 comments on commit f23a9ed

Please sign in to comment.