Skip to content

Commit

Permalink
Oops. Fix broken Dotfile class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed May 23, 2012
1 parent 4a8b34d commit 7cd21da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/dotfile.rb
Expand Up @@ -7,7 +7,7 @@ def initialize(name)
end

def install_symlink
clear_target
clear_target_path
File.symlink(source_path.relative_path_from(target_path.dirname), target_path)
end

Expand Down

0 comments on commit 7cd21da

Please sign in to comment.