Skip to content

Commit

Permalink
Merge pull request #3822 from juano2310/staging
Browse files Browse the repository at this point in the history
WWST-2093 - Typo fix
  • Loading branch information
workingmonk committed Dec 24, 2018
2 parents 0b82237 + dd0190f commit e6b3075
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ private getWeatherReport(scenario, weatherReport, humidity, includeTemp, localTe
def sb = new StringBuilder()

if (includeTemp){
def current = = getTwcConditions(zipCode)
def current = getTwcConditions(zipCode)
sb << "The current temperature is ${Math.round(current.temperature)} degrees. "
}

Expand Down

0 comments on commit e6b3075

Please sign in to comment.