fixed options

This commit is contained in:
KeeganForelight 2023-01-13 16:29:16 -05:00
parent b3a1df8efe
commit 49e8df2239

View File

@ -30,7 +30,7 @@ get_weather() {
echo "$res"
}
while getopts "c:s:z:" arg; do
while getopts "c:s:z:" opt; do
case "$opt" in
'c' )
COORDS="$OPTARG"