mirror of https://github.com/spf13/cobra.git
Fix typo in fish completions (#1945)
This commit is contained in:
parent
4dd4b25de3
commit
284f410104
|
@ -113,7 +113,7 @@ function __%[1]s_clear_perform_completion_once_result
|
|||
__%[1]s_debug ""
|
||||
__%[1]s_debug "========= clearing previously set __%[1]s_perform_completion_once_result variable =========="
|
||||
set --erase __%[1]s_perform_completion_once_result
|
||||
__%[1]s_debug "Succesfully erased the variable __%[1]s_perform_completion_once_result"
|
||||
__%[1]s_debug "Successfully erased the variable __%[1]s_perform_completion_once_result"
|
||||
end
|
||||
|
||||
function __%[1]s_requires_order_preservation
|
||||
|
|
Loading…
Reference in New Issue