summaryrefslogtreecommitdiffstats
path: root/gd_diff.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-09 02:46:43 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-09 02:46:43 +0000
commitb98c1f35dce9962068c40cccedb8f8523243f7ac (patch)
tree2d426ff56378baade96b3ae36f7563514150bb93 /gd_diff.py
parentf7acfb0f4279c78a303a9e6f2c5a38fd5334e0f7 (diff)
Update `main`
Now calls `make_push` instead of the non-existent `make_cmd`. * gd_diff.py (main): Update function.
Diffstat (limited to 'gd_diff.py')
-rw-r--r--gd_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gd_diff.py b/gd_diff.py
index 2e0aed9..bdd4ae2 100644
--- a/gd_diff.py
+++ b/gd_diff.py
@@ -512,5 +512,5 @@ def get_args():
def main():
args = get_args()
- make_cmd(args)
+ make_push(args)