diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-10 22:22:03 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-09-22 08:25:43 -0400 |
commit | 651f8f834ff4076ece781d276cdc60137c961081 (patch) | |
tree | d310d948fee7a551a36b90a05211ed4783bd1060 /arch-nspawn.in | |
parent | d83805bc54b04d8c63982784e1a220a2bd87e3b0 (diff) | |
download | devtools32-651f8f834ff4076ece781d276cdc60137c961081.tar.xz |
arch-nspawn: Fix a grammar mistake (a/an) in an error message.
Diffstat (limited to 'arch-nspawn.in')
-rw-r--r-- | arch-nspawn.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-nspawn.in b/arch-nspawn.in index 1879442..b85d360 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -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 |