Skip to content

Commit de52931

Browse files
committed
Added missing backslash
1 parent 07d7088 commit de52931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sourcemaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ add all javascript files and sourcemaps below a folder. They are
168168
automatically prefixed with a URL or your choice::
169169

170170
$ sentry-cli releases -o MY_ORG -p MY_PROJECT files \
171-
2da95dfb052f477380608d59d32b4ab9 upload-sourcemaps --url-prefix
171+
2da95dfb052f477380608d59d32b4ab9 upload-sourcemaps --url-prefix \
172172
https://mydomain.invalid/static /path/to/assets
173173

174174
All files that end with `.js` and `.map` below `/path/to/assets` are

0 commit comments

Comments
 (0)