We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be5253 commit 0b6c898Copy full SHA for 0b6c898
1 file changed
scripts/cli.sh
@@ -90,7 +90,7 @@ rm -f help_general.md help_bn.md help_vc.md help_am.md help_vm.md help_vm_create
90
91
# only exit at the very end
92
if [[ $changes == true ]]; then
93
- echo "Exiting with error to indicate changes occurred. To fix, run `make cli-local` or `make cli` and commit the changes."
+ echo "Exiting with error to indicate changes occurred. To fix, run 'make cli-local' or 'make cli' and commit the changes."
94
exit 1
95
else
96
echo "CLI help texts are up to date."
0 commit comments