Skip to content

Commit 036a4f0

Browse files
authored
fix: pin fclones version to v0.31.0
1 parent dbc3ce2 commit 036a4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gh-r.zunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
}
227227
@test 'fclones' { # Efficient duplicate file Finder
228228
[[ $OSTYPE =~ 'darwin*' ]] && skip "on $os_type"
229-
run zinit ver'0.31.0' for @pkolaczk/fclones; assert $state equals 0
229+
run zinit ver'v0.31.0' for @pkolaczk/fclones; assert $state equals 0
230230
local fclones="$ZBIN/fclones"; assert "$fclones" is_executable
231231
run "$fclones" --help; assert $state equals 0
232232
}

0 commit comments

Comments
 (0)