return history properly sorted
This commit is contained in:
		@@ -17,7 +17,7 @@ func Check(err error, msg string) {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func GetHistory(source resource.Source) []resource.JobVersion {
 | 
			
		||||
func GetHistory(source resource.Source) resource.History {
 | 
			
		||||
	cmd := exec.Command(
 | 
			
		||||
		"nomad",
 | 
			
		||||
		"job",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user