Skip to content

Commit 07e0a7e

Browse files
authored
Merge branch 'main' into feat/make-ices
2 parents 7a97457 + 358ef03 commit 07e0a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zinit-install.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
11931193
"accessible (wrong permissions).{rst}"
11941194
retval=4
11951195
}
1196-
if ! (( ${+ICE[link] )) {
1196+
if ! (( ${+ICE[link]} )) {
11971197
if (( !OPTS[opt_-q,--quiet] )) && [[ $url != /dev/null ]] {
11981198
+zi-log "{msg}Copying {file}$filename{msg}{…}{rst}"
11991199
command cp -vf "$url" "$local_dir/$dirname/$filename" || \

0 commit comments

Comments
 (0)