typo fix
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-02 09:53:44 +01:00
parent 2ba8f0a496
commit 7d9ff5c2e1
3 changed files with 3 additions and 3 deletions

View File

@@ -538,7 +538,7 @@ config_command() {
local key="$3" value="$4"
echo "Setting configuration key '$key' to '$value'"
set_config "$key" "$value"
echo_green "Configuration updated. Run 'finish0 config' to view changes."
echo_green "Configuration updated. Run 'finish config' to view changes."
return
fi
if [[ "$command" == "reset" ]]; then