Skip to content

Commit

Permalink
Merge pull request #42 from danchoi/38-expanding_wiki_pages
Browse files Browse the repository at this point in the history
fix library loading for non-rbenv users.
  • Loading branch information
0robustus1 committed Jan 25, 2014
2 parents 6000abf + d640570 commit 1dc5b67
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 1dc5b67

Please sign in to comment.