From b70c44578fd32d8dce72dc02b4020fe8ec2b8eef Mon Sep 17 00:00:00 2001 From: Jonas Bulik Date: Mon, 20 Jan 2025 12:28:07 +0100 Subject: [PATCH] test: update snapshot --- src/shell/snapshots/mise__shell__fish__tests__activate.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/snapshots/mise__shell__fish__tests__activate.snap b/src/shell/snapshots/mise__shell__fish__tests__activate.snap index e00f72afbf..6a2ff898d2 100644 --- a/src/shell/snapshots/mise__shell__fish__tests__activate.snap +++ b/src/shell/snapshots/mise__shell__fish__tests__activate.snap @@ -66,7 +66,7 @@ if functions -q fish_command_not_found; and not functions -q __mise_fish_command end function fish_command_not_found - if string match -qrv '^(?:mise$|mise-)' $argv[1] && + if string match -qrv -- '^(?:mise$|mise-)' $argv[1] && /some/dir/mise hook-not-found -s fish -- $argv[1] /some/dir/mise hook-env --status -s fish | source else if functions -q __mise_fish_command_not_found