1
0
Fork 0

pkgs/nixfiles: Fix typo in nixfiles-updated-inputs

This commit is contained in:
clerie 2024-02-18 20:07:23 +01:00
parent 704aba254d
commit 295e785bd0
1 changed files with 1 additions and 1 deletions

View File

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