1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Flake Update Bot
675e0bbfcd Update from updated-inputs-2024-02-19-02-03 2024-02-19 03:03:04 +01:00
295e785bd0 pkgs/nixfiles: Fix typo in nixfiles-updated-inputs 2024-02-18 20:07:23 +01:00

View File

@ -16,7 +16,7 @@ xgit fetch --all
echo "[!] Chechout remote master" echo "[!] Chechout remote master"
xgit checkout origin/master xgit checkout origin/master
UPDATE_BRANCH="update-inputs-${NOW}" UPDATE_BRANCH="updated-inputs-${NOW}"
echo "[!] Create branch ${UPDATE_BRANCH}" echo "[!] Create branch ${UPDATE_BRANCH}"
xgit checkout -b "${UPDATE_BRANCH}" xgit checkout -b "${UPDATE_BRANCH}"