mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	command/unmount: better output
This commit is contained in:
		@@ -41,7 +41,7 @@ func (c *UnmountCommand) Run(args []string) int {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	c.Ui.Output(fmt.Sprintf(
 | 
						c.Ui.Output(fmt.Sprintf(
 | 
				
			||||||
		"Successfully unmount '%s'.", path))
 | 
							"Successfully unmounted '%s'!", path))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return 0
 | 
						return 0
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user