Changed error message

This commit is contained in:
Sayantan Santra 2022-07-27 23:46:16 -05:00
parent 3645aec07c
commit c32ddd8e5d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ confdir="/home/sintan/.config"
if test -f $confdir/latlong.toml ; then
source $confdir/latlong.toml
else
echo "No location config found!"
echo "No config file found!"
exit
fi