1
0
Fork 0

Update from updated-inputs-2024-02-19-02-03

This commit is contained in:
Flake Update Bot 2024-02-19 03:03:04 +01:00
commit 675e0bbfcd
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}"