mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	modify some wrong func information in device_tool.go
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
		
							parent
							
								
									e9076c0f00
								
							
						
					
					
						commit
						cde57a0d56
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -161,7 +161,7 @@ func main() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		err := devices.MountDevice(args[1], args[2], "")
 | 
							err := devices.MountDevice(args[1], args[2], "")
 | 
				
			||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
			fmt.Println("Can't create snap device: ", err)
 | 
								fmt.Println("Can't mount device: ", err)
 | 
				
			||||||
			os.Exit(1)
 | 
								os.Exit(1)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		break
 | 
							break
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue