From 1e31d33f7d682417fe12aaf74b2c95340e9b039f 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