mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	cli: fix dev on version flga
This commit is contained in:
		@@ -232,7 +232,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
 | 
				
			|||||||
			if GitDescribe != "" {
 | 
								if GitDescribe != "" {
 | 
				
			||||||
				ver = GitDescribe
 | 
									ver = GitDescribe
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if GitDescribe == "" && rel == "" {
 | 
								if GitDescribe == "" && rel == "" && VesrionPrerelease == "" {
 | 
				
			||||||
				rel = "dev"
 | 
									rel = "dev"
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user