Skip to content

Commit

Permalink
fastlane: Fix a syntax error (missing comma)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Apr 10, 2021
1 parent 44fdcd6 commit b766c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/sourcemaps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def upload_sourcemap_to_sentry
"--dist #{current_bundle_code}",
"--strip-prefix #{File.expand_path(File.join(__FILE__, '..', '..', '..'))}",
'--rewrite',
args[:bundle_output]
args[:bundle_output],
args[:sourcemap_output]
].join ' '

Expand Down

0 comments on commit b766c3a

Please sign in to comment.