Skip to content

Commit 9da479f

Browse files
committed
Remove duplicate "m" argument
m was given for both source-map-file and source-map-root, which meant it did not work. The documentation only gives m for source-map-file, so remove it from source-map-root.
1 parent bc55495 commit 9da479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/psass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GetOptions (
8888
'output-style|t=s' => \ $output_style,
8989
'source-comments|c!' => \ $source_comments,
9090
'source-map-file|m=s' => \ $source_map_file,
91-
'source-map-root|m=s' => \ $source_map_root,
91+
'source-map-root=s' => \ $source_map_root,
9292
'source-map-embed|e!' => \ $source_map_embed,
9393
'source-map-contents|s!' => \ $source_map_contents,
9494
'no-source-map-url!' => \ $omit_source_map_url,

0 commit comments

Comments
 (0)