Update writeimage.sh

fixed typo.
This commit is contained in:
Jeff Wenzbauer 2017-02-03 11:49:06 -07:00 committed by GitHub
parent 932e18623d
commit f5a07e9675

View File

@ -31,7 +31,7 @@ function smartUnmount() {
# use this function to mount regardless of MAC OS or not
function smartMount() {
msg "UMounting $1"
msg "Mounting $1"
# if MAC OS
if [ `uname` == "Darwin" ]; then