Skip to content
Snippets Groups Projects
Commit a27a82c1 authored by Louis Romero's avatar Louis Romero Committed by GitHub
Browse files

Remove extraneous }

parent 2be79998
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.
Please register or to comment