Skip to content

Commit

Permalink
Fix tests on Travis by following Rubocop style guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fxposter committed Feb 12, 2015
1 parent 5c5cac2 commit bd774e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def cp

def create
create_args = cli_args(
run_cli_args.reject { |arg, _| arg == 'detach' }
run_cli_args.reject { |arg, _| arg == 'detach' }
)
dc = docker_cmd!("create #{create_args} #{new_resource.image} #{new_resource.command}")
dc.error!
Expand Down

0 comments on commit bd774e9

Please sign in to comment.