From af84f669b928c40ae9dcd59aae2486ae91c21b5e Mon Sep 17 00:00:00 2001 From: likejiao Date: Tue, 17 Mar 2020 11:01:51 +0800 Subject: [PATCH] add new line at the end of shell file --- benchmark/torch/coma/starcraft2/build_docker.sh | 2 +- benchmark/torch/coma/starcraft2/install_sc2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/torch/coma/starcraft2/build_docker.sh b/benchmark/torch/coma/starcraft2/build_docker.sh index dc6f667..ad7a742 100644 --- a/benchmark/torch/coma/starcraft2/build_docker.sh +++ b/benchmark/torch/coma/starcraft2/build_docker.sh @@ -4,4 +4,4 @@ #### build docker image #### ------------------------------------------------------------------- echo 'Building Dockerfile with image name parl-starcraft2:1.0' -docker build -t parl-starcraft2:1.0 . \ No newline at end of file +docker build -t parl-starcraft2:1.0 . diff --git a/benchmark/torch/coma/starcraft2/install_sc2.sh b/benchmark/torch/coma/starcraft2/install_sc2.sh index cf48bd3..75e1599 100644 --- a/benchmark/torch/coma/starcraft2/install_sc2.sh +++ b/benchmark/torch/coma/starcraft2/install_sc2.sh @@ -51,4 +51,4 @@ if [ -f $MAP_DIR/SMAC_Maps/3m.SC2Map ]; then else echo 'Fail to add maps !' exit 1 -fi \ No newline at end of file +fi -- GitLab