Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 9ccea54

Browse files
committed
Make sure we skip the symlink if the user selected to [S]kip all.
1 parent b6c9a21 commit 9ccea54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ task :install do
3030
FileUtils.rm_rf(target) if overwrite || overwrite_all
3131
`mv "$HOME/.#{file}" "$HOME/.#{file}.backup"` if backup || backup_all
3232
end
33-
`ln -s "$PWD/#{linkable}" "#{target}"`
33+
`ln -s "$PWD/#{linkable}" "#{target}"` if !skip_all
3434
end
3535
end
3636

0 commit comments

Comments
 (0)