Skip to content

Commit

Permalink
Merge pull request #1680 from kmuto/lineinput-path
Browse files Browse the repository at this point in the history
Fix an error of loading lineinput in #1679
  • Loading branch information
takahashim authored Mar 2, 2021
2 parents f18324e + 9b4aad2 commit 1ce7aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/review-preproc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require 'review/preprocessor'
require 'review/version'
require 'review/extentions'
require 'review/logger'
require 'lineinput'
require 'review/lineinput'
require 'stringio'
require 'fileutils'
require 'optparse'
Expand Down

0 comments on commit 1ce7aa7

Please sign in to comment.