Skip to content

Commit

Permalink
update remote reverse (fixes #2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong committed Mar 26, 2021
1 parent 1f809ee commit 1bccc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function remote {
postal=$(printf "%s\n" "${cmd_str::-1}" | cut -d',' -f 5)
timezone=$(printf "%s\n" "${cmd_str::-1}" | cut -d',' -f 6)

echo $(printf "%s\n" "${cmd_str::-1}")
echo $(internet reverse)
echo " CITY: $city"
echo " POSTAL: $postal"

Expand Down

0 comments on commit 1bccc81

Please sign in to comment.