aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pull.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pull.sh b/pull.sh
index 735d6ff..4313d66 100755
--- a/pull.sh
+++ b/pull.sh
@@ -35,4 +35,4 @@ if [ -z "${SSH_AUTH_SOCK+x}" ]; then
exit 1
fi
add_ssh_key
-python3 -m pull.pull "$@"
+python3 -m pull.main "$@"