p8952 / bocker

Docker implemented in around 100 lines of bash
https://www.p8952.info/
GNU General Public License v3.0
11.28k stars 716 forks source link

Fix a typo in function bocker_commit #22

Closed NonerKao closed 9 years ago

NonerKao commented 9 years ago

In the first two line of bocker_commit(), the program checks if the arguments are valid, but the check of image does not return a correct message.

p8952 commented 9 years ago

Thanks very much!