mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Fix typo of verify_rootfs_chksum.sh.
BUG=none TEST=none Change-Id: Iaed383363c0eb73a1e378cd99e39403d9296b4bf Reviewed-on: http://gerrit.chromium.org/gerrit/2369 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: Tom Wai-Hong Tam <waihong@chromium.org>
This commit is contained in:
parent
232cb578ed
commit
a4fca6f29b
@ -48,7 +48,7 @@ FLAGS "$@" || exit 1
|
||||
eval set -- "${FLAGS_ARGV}"
|
||||
|
||||
if [ -z $FLAGS_image ] ; then
|
||||
die "Use --from to specify a device or an image file."
|
||||
die "Use --image to specify a device or an image file."
|
||||
fi
|
||||
|
||||
# Turn path into an absolute path.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user