mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Fix error message typo
This commit is contained in:
parent
0af75ad485
commit
8816083fdf
@ -257,7 +257,7 @@ run_mods() {
|
||||
# Determine first and only layer of image
|
||||
SHALAYER=$(get_blob_sha "${TOKEN}" "${MANIFEST_URL}" "${TAG}")
|
||||
if [[ -z "${SHALAYER}" ]]; then
|
||||
echo "[mod-init] ${DOCKER_MOD} could not be found on ${MODE}"
|
||||
echo "[mod-init] ${DOCKER_MOD} could not be found on ${REGISTRY}"
|
||||
continue
|
||||
fi
|
||||
# Check if we have allready applied this layer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user