diff --git a/pkgs/nixfiles/nixfiles-updated-inputs.sh b/pkgs/nixfiles/nixfiles-updated-inputs.sh index 2749766..de6503a 100755 --- a/pkgs/nixfiles/nixfiles-updated-inputs.sh +++ b/pkgs/nixfiles/nixfiles-updated-inputs.sh @@ -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}"