Skip to content

Commit

Permalink
Remove stray backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Oct 19, 2022
1 parent 9899aac commit ca5b140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chess/Maketile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export coffee = ->
export js = ->
svgtiler '-f map.jsx *.asc'
export graph = ->
svgtiler '-f -O graph-\* map.coffee graph.coffee *.asc'
svgtiler '-f -O graph-* map.coffee graph.coffee *.asc'

export default ->
coffee()
Expand Down

0 comments on commit ca5b140

Please sign in to comment.