summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'GitAutoDeploy.py')
-rw-r--r--GitAutoDeploy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/GitAutoDeploy.py b/GitAutoDeploy.py
index 199ed2d..7d9ce7c 100644
--- a/GitAutoDeploy.py
+++ b/GitAutoDeploy.py
@@ -6,4 +6,3 @@ if __name__ == '__main__':
import gitautodeploy
sys.stderr.write("\033[1;33m[WARNING]\033[0;33m GitAutoDeploy.py is deprecated. Please use \033[1;33m'python gitautodeploy%s'\033[0;33m instead.\033[0m\n" % (' ' + ' '.join(sys.argv[1:])).strip())
gitautodeploy.main()
-