Skip to content

Commit

Permalink
Remove trailing comma to conform with CC checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cheald committed Nov 3, 2022
1 parent 611aaad commit ee7c1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cc/analyzer/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def container_options
"--net", "none",
"--rm",
"--user", "9000:9000",
"--volume", "#{config_file.host_path}:/config.json:ro",
"--volume", "#{config_file.host_path}:/config.json:ro"
]

if orchestrator_id && orchestrator_id != ""
Expand Down

0 comments on commit ee7c1d9

Please sign in to comment.