Skip to content
Snippets Groups Projects
Commit 12fe8957 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #2516 from Arcank/extraneous-brace

Remove extraneous }
parents 2be79998 a27a82c1
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ module Hbc
def self.render_staging_location(path)
path = Pathname.new(user_tilde(path.to_s))
if !path.exist?
"#{path} #{error_string "error: path does not exist"}}"
"#{path} #{error_string "error: path does not exist"}"
elsif !path.writable?
"#{path} #{error_string "error: not writable by current user"}"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment