diff options
Diffstat (limited to 'runs')
| -rwxr-xr-x | runs/env.sh | 2 |
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" |
