pkgs/nixfiles: Fix typo in nixfiles-updated-inputs
This commit is contained in:
parent
704aba254d
commit
295e785bd0
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user