Skip to content

Commit

Permalink
Update flattool
Browse files Browse the repository at this point in the history
Comply with shellcheck
  • Loading branch information
heliguy4599 authored Jun 24, 2023
1 parent eb24b59 commit 5f121b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattool
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ if [ "$asFirstRun" == "true" ]; then
echo "flattool found gio on your system, nice! Any deleted data will be moved to your trash."
echo "flattool also works with trash-cli, by the way."
else
echo "Sadly flattool found no supported method for trashing your files. And deleted data will be ${bold}perminantly deleted${normal}."
echo "Sadly flattool found no supported method for trashing your files. And deleted data will be ${boldTxt}perminantly deleted${normalTxt}."
fi
fi
fi
Expand Down

0 comments on commit 5f121b5

Please sign in to comment.