Skip to content

Commit

Permalink
Replace importmap: with importmap+space in the output
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Oct 31, 2023
1 parent 6d04baf commit 247b7e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/importmap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ else
ARGS+=(list importmap)
fi

"${ARGS[@]}"
OUTPUT=$("${ARGS[@]}")
MODIFIED_OUTPUT="${OUTPUT//importmap:/importmap }"

echo $MODIFIED_OUTPUT

0 comments on commit 247b7e7

Please sign in to comment.