fix(minecraft/entrypoint): correct typo in manifest load

This commit is contained in:
Jeremy White 2019-02-08 08:18:18 -05:00
parent 5d55ce2b25
commit 22417858a3

View File

@ -84,6 +84,7 @@ case "X$MANIFEST" in
else else
echo "Could not find manifest file, unsufficient privs, or malformed path." echo "Could not find manifest file, unsufficient privs, or malformed path."
fi fi
;;
*) *)
echo "Invalid manifest file for modpack. Please make sure it is a .json file." echo "Invalid manifest file for modpack. Please make sure it is a .json file."
;; ;;