Skip to content

Commit b1460dc

Browse files
committed
fix a path issue for bin/html5
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401207
1 parent 37415a8 commit b1460dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/html5

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env ruby
22

3+
$: << 'lib'
4+
35
require 'html5/cli'
46

57
HTML5::CLI.run

0 commit comments

Comments
 (0)