From c92136fb2f770945cb6bfedc84d67a368d8957a4 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 9 Jun 2018 09:25:39 -0700 Subject: [PATCH] [meta] fix rake config sync task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e651d4b..86709f8 100644 --- a/Rakefile +++ b/Rakefile @@ -50,7 +50,7 @@ namespace :sync do desc "Sync a config" task :config, [:config] do |t, args| config = File.expand_path(args[:config]) - to = config.sub(Dir.home, '\1/.dotfiles') + to = config.sub(Dir.home, '\0/.dotfiles') mv config, to ln_s to, config