Skip to content

Commit

Permalink
Fixing missing line continuations in game/run-interactive.sh
Browse files Browse the repository at this point in the history
sc2automation committed Aug 29, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0310f5b commit 7a0918f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/run-interactive.sh
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
# Run an interactive container with the build (see build/all.sh)
docker run \
--entrypoint="/bin/bash" \
-v code:/code
-v build:/build
-v code:/code \
-v build:/build \
-it s2client-game

0 comments on commit 7a0918f

Please sign in to comment.