Skip to content

Commit

Permalink
fix: Mapping without assignment has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Oct 6, 2016
1 parent 6360250 commit f663db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apply-configuration.coffee
Expand Up @@ -91,8 +91,8 @@ applyConfiguration = (config) ->
if config.blueprintPath
configuration.options.path.push config.blueprintPath

configuration.options.method.map((method) ->
method.toUpperCase()
configuration.options.method = (
method.toUpperCase() for method in configuration.options.method
)

if configuration.options.user?
Expand Down

0 comments on commit f663db3

Please sign in to comment.