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

This commit is contained in:
Luke Shumaker 2014-05-10 22:22:03 -04:00 committed by Dave Reisner
parent d83805bc54
commit 651f8f834f
1 changed files with 1 additions and 1 deletions

View File

@ -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