Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit f7c6288

Browse files
committed
Update wunderground.coffee
removed heroku specific comment
1 parent aa438be commit f7c6288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/wunderground.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Configuration:
88
# HUBOT_WUNDERGROUND_API_KEY Sign up at http://www.wunderground.com/weather/api/.
9-
# HUBOT_WUNDERGROUND_USE_METRIC (heroku config:unset HUBOT_WUNDERGROUND_USE_METRIC to disable)
9+
# HUBOT_WUNDERGROUND_USE_METRIC Set to arbitrary value to use forecasts with metric system units
1010
#
1111
# Commands:
1212
# hubot weather me <location> - short-term forecast
@@ -124,4 +124,4 @@ ttl = (data) ->
124124

125125
alternative_place = (item) ->
126126
return '' if item.country != 'US' || item.state == "" || item.city == ""
127-
return "#{item.state}/#{item.city.replace(/\s/g, '_')}"
127+
return "#{item.state}/#{item.city.replace(/\s/g, '_')}"

0 commit comments

Comments
 (0)