Skip to content

Commit 0943850

Browse files
authored
Update install_sc2.sh
1 parent d6969a5 commit 0943850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_sc2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
wget https://github.com/oxwhirl/smac/releases/download/v0.1-beta1/SMAC_Maps.zip
2828
unzip SMAC_Maps.zip
2929

30-
cp -r "$smac_maps/*" ./SMAC_Maps
30+
cp -r $smac_maps/* ./SMAC_Maps
3131
mv SMAC_Maps $MAP_DIR
3232
rm -rf SMAC_Maps.zip
3333

0 commit comments

Comments
 (0)