lib/shaddox/shadow.rb in shaddox-0.0.26 vs lib/shaddox/shadow.rb in shaddox-0.0.27
- old
+ new
@@ -56,9 +56,10 @@
def ln_s(source, dest, opts = {})
ensure_parent_dir(source)
ensure_parent_dir(dest)
info "Linking '#{source.exp_path}' to '#{dest.exp_path}'", 1 if @debug
+ info "... in dir #{Dir.pwd}", 1 if @debug
FileUtils::ln_s(source.exp_path, dest.exp_path, opts)
end
def mkdir(path)
info "Ensuring directory '#{path}' exists", 1 if @debug