diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:41:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:41:28 +0300 |
commit | 123b1584daba4d4c13cce5b73a9fb4ccd4a229e8 (patch) | |
tree | 34ff0cfcd10d919589aa8934ac462e85e3e6eb5b /pull.sh | |
parent | reduce log verbosity (diff) | |
download | cgitize-123b1584daba4d4c13cce5b73a9fb4ccd4a229e8.tar.gz cgitize-123b1584daba4d4c13cce5b73a9fb4ccd4a229e8.zip |
refactor to make for proper code
Diffstat (limited to 'pull.sh')
-rwxr-xr-x | pull.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ if [ -z "${SSH_AUTH_SOCK+x}" ]; then exit 1 fi add_ssh_key -"$script_dir/pull.py" +python3 -m pull.pull |