Quellcode durchsuchen

fix xup by pulling before commiting

Noah Vogt vor 1 Jahr
Ursprung
Commit
8737265612
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      local-bin/xup

+ 1 - 0
local-bin/xup

@@ -29,6 +29,7 @@ done
 
 
 cd "$XDG_REPO_BASE" || exit 1
+git pull
 ./signpkgs
 git add .
 git commit -m "$commit_msg"