mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
fix: remove extraneous character in log message
This commit is contained in:
parent
121eae9ca0
commit
c1ff6a10ce
|
|
@ -39,7 +39,7 @@ if (( ${+ICE[sbin]} )); then
|
|||
if (( ${#files} )); then
|
||||
sbin="${files[1]}"
|
||||
else
|
||||
+zi-log "{w} {b}bin-gem-node{rst}: The automatic-empty sbin ice didn't find any executable files%f"
|
||||
+zi-log "{w} {b}bin-gem-node{rst}: The automatic-empty sbin ice didn't find any executable files"
|
||||
break
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue