Skip to content

Commit

Permalink
Merge branch 'master' into 41-present_search_list_option
Browse files Browse the repository at this point in the history
  • Loading branch information
0robustus1 committed Jan 25, 2014
2 parents 1691127 + 1dc5b67 commit 8fa4a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/soywiki-expand
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require 'soywiki'
require 'expander'
require 'soywiki/expander'

repo_path, mode, file = *ARGV
expander = Soywiki::Expander.new(repo_path, mode, file)
Expand Down
2 changes: 1 addition & 1 deletion bin/soywiki-rename
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# encoding: UTF-8
require 'soywiki'
require 'renamer'
require 'soywiki/renamer'

repo_path, old_name, new_name = *ARGV
repo_path = Pathname.new(repo_path)
Expand Down

0 comments on commit 8fa4a19

Please sign in to comment.