Skip to content

Commit

Permalink
fixed the transform logic
Browse files Browse the repository at this point in the history
  • Loading branch information
nathannorton committed Apr 17, 2012
1 parent 2fb5759 commit 99fc516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.rb
Expand Up @@ -12,7 +12,7 @@ def self.clean_yaml( yaml )
# check if there is a transform for pub
def self.check_transform( yaml )
if yaml['general']
transform = yaml['general']['pub_dir'] unless yaml['general']['pub_dir']
transform = yaml['general']['pub_dir'] if yaml['general']['pub_dir']
end
end

Expand Down

0 comments on commit 99fc516

Please sign in to comment.