From 6f35ca4349e67b3af695136d21e8a9acd227e5f1 Mon Sep 17 00:00:00 2001 From: chonghe Date: Sun, 27 Aug 2023 20:25:11 +0800 Subject: [PATCH] Correct cli.txt directory --- scripts/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index d596c56e46..304ef32bfe 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -54,7 +54,7 @@ printf "%s\n\n" "$general" "$a" "$a_validator" "$a_validator_m" "$a_validator_s" if [[ -f ./scripts/cli_manual.txt ]]; then -changes=$(diff -u ./scripts/cli_manual.txt ./scripts/cli.txt | tee update ) +changes=$(diff -u ./scripts/cli_manual.txt cli.txt | tee update ) else echo "cli_manual.txt is not found" exit 1