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