Commit 5472d5ab authored by Aaron Griffin's avatar Aaron Griffin
Browse files

Fixed a typo (mkarchchroot -> mkarchroot)

parent f05495df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ if [ "$RUN" != "" ]; then
    #Sanity check
    if [ ! -f "${working_dir}/.arch-chroot" ]; then
        echo "error: '${working_dir}' does not appear to be a Arch chroot"
        echo "  please build the image using mkarchchroot"
        echo "  please build the image using mkarchroot"
        exit 1
    fi