From 295e785bd0796de4562cd9c34702f4cd41fb9139 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 18 Feb 2024 20:07:23 +0100 Subject: [PATCH] pkgs/nixfiles: Fix typo in nixfiles-updated-inputs --- pkgs/nixfiles/nixfiles-updated-inputs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"