Single quotes
This commit is contained in:
parent
5f8af000ee
commit
98302d88ea
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue