|  | @@ -1,5 +1,5 @@
 | 
	
		
			
				|  |  |  /*
 | 
	
		
			
				|  |  | -	Copyright (c) 2019 Docker Inc.
 | 
	
		
			
				|  |  | +	Copyright (c) 2020 Docker Inc.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	Permission is hereby granted, free of charge, to any person
 | 
	
		
			
				|  |  |  	obtaining a copy of this software and associated documentation
 | 
	
	
		
			
				|  | @@ -49,7 +49,7 @@ func init() {
 | 
	
		
			
				|  |  |  	if err != nil {
 | 
	
		
			
				|  |  |  		log.Fatal(err)
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  | -	if err := os.Setenv("PATH", fmt.Sprintf("%s:%s", os.Getenv("PATH"),path)); err != nil {
 | 
	
		
			
				|  |  | +	if err := os.Setenv("PATH", fmt.Sprintf("%s:%s", os.Getenv("PATH"), path)); err != nil {
 | 
	
		
			
				|  |  |  		panic(err)
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  }
 |