Merge pull request #2516 from Arcank/extraneous-brace
Remove extraneous }
This commit is contained in:
		
						commit
						12fe895749
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user