Skip to content

Commit e1d26a8

Browse files
committed
Improve log message
Signed-off-by: Evans Mungai <[email protected]>
1 parent a3ef59e commit e1d26a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/wg-easy/taskfiles/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tasks:
3737
echo "Image {{.IMAGE_NAME}} not found locally."
3838
echo "Attempting to pull the image..."
3939
if ! {{.CONTAINER_RUNTIME}} pull {{.IMAGE_NAME}}; then
40-
echo "Failed to pull image. Building it locally..."
40+
echo "It does not exist in the registry. Building it locally..."
4141
{{.CONTAINER_RUNTIME}} build -t {{.IMAGE_NAME}} -f {{.CONTAINERFILE}} .
4242
fi
4343
fi

0 commit comments

Comments
 (0)