From 45dff72f43d5375f2301ff6cfeaf374322f73968 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:28:48 +0100 Subject: [PATCH] fix argument --- create-from-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-from-patch.sh b/create-from-patch.sh index b45a3dc..d12ba97 100644 --- a/create-from-patch.sh +++ b/create-from-patch.sh @@ -10,7 +10,7 @@ fi if [ -z "$2" ] then - PATCH_NEW_PATH="~/bromite/build/patches-new" + PATCH_NEW_PATH=~/bromite/build/patches-new else PATCH_NEW_PATH=$2 fi