mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge pull request #165 from juanfont/expire-json
Show JSON on error when expiring key
This commit is contained in:
		
						commit
						829a8c4381
					
				| @ -153,6 +153,10 @@ var expirePreAuthKeyCmd = &cobra.Command{ | ||||
| 
 | ||||
| 		k, err := h.GetPreAuthKey(n, args[0]) | ||||
| 		if err != nil { | ||||
| 			if strings.HasPrefix(o, "json") { | ||||
| 				JsonOutput(k, err, o) | ||||
| 				return | ||||
| 			} | ||||
| 			log.Fatalf("Error getting the key: %s", err) | ||||
| 		} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user