Skip to content

Commit

Permalink
Whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Jan 4, 2023
1 parent 03d5f11 commit d687e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ target_dir = File.expand_path('~')
desc "sync vimfiles in #{target_dir}"
task :sync do
files.each do |file|
if File.exists?(file)
if File.exist?(file)
target_file = File.join(target_dir, ".#{file}")
FileUtils.mkdir_p File.dirname(target_file)
FileUtils.cp file, target_file
Expand Down

0 comments on commit d687e86

Please sign in to comment.