From 87039cbb69a19ee2feafc8533b863fd8faa1aafd Mon Sep 17 00:00:00 2001 From: Andrew-Kang-G Date: Tue, 14 Nov 2023 00:06:36 +0900 Subject: [PATCH] fix : rollback.sh for not including source 'use-app.sh'. This is due to the refactoring from v3 to v4. --- rollback.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rollback.sh b/rollback.sh index 70f7a15..bfb4e96 100644 --- a/rollback.sh +++ b/rollback.sh @@ -7,6 +7,7 @@ git config apply.whitespace nowarn git config core.filemode false source ./util.sh +source ./use-app.sh cache_global_vars