diff options
author | Mark Allen <[email protected]> | 2016-05-17 13:13:23 -0500 |
---|---|---|
committer | Mark Allen <[email protected]> | 2016-05-17 13:13:23 -0500 |
commit | c93c465f8feac4514f3c16dccae39f0da408e452 (patch) | |
tree | 6a64d8b0177abd619647b2b87559de8d184690d5 | |
parent | b398b491f0a9a5afe650df3bf0b7e0629c7e5d57 (diff) | |
download | kerl-c93c465f8feac4514f3c16dccae39f0da408e452.tar.gz kerl-c93c465f8feac4514f3c16dccae39f0da408e452.tar.bz2 kerl-c93c465f8feac4514f3c16dccae39f0da408e452.zip |
Remove path check for deploy
-rwxr-xr-x | kerl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -687,9 +687,6 @@ do_deploy() host="$1" assert_valid_installation "$2" - if ! is_valid_install_path "$2"; then - exit 1 - fi rel="$(get_name_from_install_path "$2")" path="$2" remotepath="$path" |