Kinder conflict error

pull/662/head
Jorge Bucaran 3 years ago
parent b2501f620d
commit 8f84ee6144
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -155,7 +155,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
end
if set --query conflict_files[1] && set --erase install_plugins[$index]
echo -es "fisher: Cannot install \"$plugin\": please remove or move conflicting files elsewhere:\x1b[22m" \n" "$conflict_files >&2
echo -es "fisher: Cannot install \"$plugin\": please remove or move conflicting files first:\x1b[22m" \n" "$conflict_files >&2
continue
end
end

Loading…
Cancel
Save