aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runs-all/env.sh b/runs-all/env.sh
index 22f3138..744e0de 100755
--- a/runs-all/env.sh
+++ b/runs-all/env.sh
@@ -1,7 +1,7 @@
#!/bin/bash
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
-echo RUNNING ENV ALL
+echo DEPLOYING ENV ALL
cp -r $script_dir/../env/. "$DEV_ENV"
[ -d "$script_dir/../env_private/env/" ] && cp -r $script_dir/../env_private/env/. "$DEV_ENV"