summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso² Peterssen2021-01-31 22:22:59 +0100
committerAlfonso² Peterssen2021-01-31 22:22:59 +0100
commit7b474dacc311136d2a869ec3376c7aa78887dd4a (patch)
tree5e596a9319220d042e4938626230efd20f660347
parent7c2e63fe27143b28979654344fd12d75f227e53a (diff)
downloadaur-7b474dacc311136d2a869ec3376c7aa78887dd4a.tar.gz
Fix publish command.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d74ea108c70..3f5e4bc18143 100644
--- a/Makefile
+++ b/Makefile
@@ -28,4 +28,4 @@ publish:
git add .
git commit -m "Update to version $(shell $(MAKE) versions | head -n 1)."
git push
- git push aur master
+ git push origin master