fix: remove extraneous character in log message (#35)

This commit is contained in:
vladislav doster 2023-12-24 06:31:59 -06:00 committed by GitHub
parent 121eae9ca0
commit 8861b35668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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