typo fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user