Skip to content
Snippets Groups Projects
Unverified Commit e13bffab authored by Andreas Horn's avatar Andreas Horn
Browse files

improves log output

parent 8deeb143
Branches
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ for file in $files; do
# only add the encrypted file if it was already staged
if echo "$stagedFiles" | grep -Fxq "$file"; then
git add $file
echo -ne "${green} (+)${clear}"
fi
else
echo -ne "${red}🮽 ${clear}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment