From 98302d88ea9e3243220e3e3ce7516036d3eb5fce Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sun, 29 May 2022 09:54:43 +0200 Subject: [PATCH] Single quotes --- lib/format_staged.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/format_staged.rb b/lib/format_staged.rb index 7cb9759..45d1bcf 100644 --- a/lib/format_staged.rb +++ b/lib/format_staged.rb @@ -105,7 +105,7 @@ class FormatStaged end def patch_working_file(file, new_hash) - info "Updating working copy" + info 'Updating working copy' patch = get_output 'git', 'diff', file.dst_hash, new_hash, lines: false, silent: true patch.gsub! "a/#{file.dst_hash}", "a/#{file.src_path}"