From fd140684346fde8f496c07363e7b1bb0acd1fcb9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 Apr 2016 15:50:32 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- metar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metar b/metar index ed3527d..b9c68c8 100755 --- a/metar +++ b/metar @@ -80,7 +80,7 @@ EOF if test $# = 1 && test "$1" = "get"; then curl -s "http://weather.noaa.gov/pub/data/observations/metar/decoded/$(get_station).TXT" || exit 1 elif test $# = 1 && test "$1" = "print"; then - get-station + get_station elif test $# = 2 && test "$1" = "set"; then echo "$2" > ~/.config/metar elif test $# = 1 && test "$1" = "list"; then -- cgit v1.2.3-70-g09d2