Skip to content
Snippets Groups Projects
Commit 651f8f83 authored by Luke Shumaker's avatar Luke Shumaker Committed by Dave Reisner
Browse files

arch-nspawn: Fix a grammar mistake (a/an) in an error message.

parent d83805bc
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ umask 0022
# Sanity check
if [[ ! -f "$working_dir/.arch-chroot" ]]; then
die "'%s' does not appear to be a Arch chroot." "$working_dir"
die "'%s' does not appear to be an Arch chroot." "$working_dir"
elif [[ $(cat "$working_dir/.arch-chroot") != $CHROOT_VERSION ]]; then
die "chroot '%s' is not at version %s. Please rebuild." "$working_dir" "$CHROOT_VERSION"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment