Skip to content

Commit

Permalink
modify some wrong func information in device_tool.go
Browse files Browse the repository at this point in the history
Signed-off-by: lixiaobing10051267 <[email protected]>
  • Loading branch information
lixiaobing1 committed Dec 13, 2016
1 parent e9076c0 commit cde57a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker-device-tool/device_tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func main() {

err := devices.MountDevice(args[1], args[2], "")
if err != nil {
fmt.Println("Can't create snap device: ", err)
fmt.Println("Can't mount device: ", err)
os.Exit(1)
}
break
Expand Down

0 comments on commit cde57a0

Please sign in to comment.