mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Address feedback on Plugin Reload: OSS Side (#9350)
* just use an error string * Switch command to use new struct
This commit is contained in:
		| @@ -83,8 +83,8 @@ func (c *PluginReloadStatusCommand) Run(args []string) int { | ||||
| 		out = append(out, fmt.Sprintf("%s | %s | %t | %s ", | ||||
| 			s.Timestamp.Format("15:04:05"), | ||||
| 			i, | ||||
| 			s.Success, | ||||
| 			s.Message)) | ||||
| 			s.Error == "", | ||||
| 			s.Error)) | ||||
| 	} | ||||
| 	c.UI.Output(tableOutput(out, nil)) | ||||
| 	return 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Scott Miller
					Scott Miller