Skip to content

Commit

Permalink
modify requires
Browse files Browse the repository at this point in the history
  • Loading branch information
wokkaflokka committed May 29, 2012
1 parent f845059 commit a8f6f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glob_foldit_scripts.rb
Expand Up @@ -6,7 +6,7 @@
# Takes the following parameters:
# 1) Location of the 'all.macro' file (for MacOS, it is within the .app structure)
# 2) Location to write out scripts (defaults to current working directory)
require 'foldit_helpers'
require 'lib/foldit_helpers'
include Foldit

macro_file = ARGV[0].chomp("\n")
Expand Down
2 changes: 1 addition & 1 deletion glob_recipe_info.rb
Expand Up @@ -5,7 +5,7 @@
# Takes the following parameters:
# 1) Location of the 'all.macro' file (for MacOS, it is within the .app structure)

require 'foldit_helpers'
require 'lib/foldit_helpers'
include Foldit

macro_file = ARGV[0].chomp("\n")
Expand Down

0 comments on commit a8f6f94

Please sign in to comment.