From b48506bf37720056e84210db08740903dafa30ad Mon Sep 17 00:00:00 2001 From: fideloper Date: Fri, 20 Oct 2017 16:46:19 -0500 Subject: [PATCH] upated post-update cmd, which..who knows..might work, might not --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eaf30db..b351932 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,6 @@ } }, "scripts": { - "post-update-cmd": "echo 'VESSEL: Updates may require rebuilding your images.\nSee https://github.com/shipping-docker/vessel/releases for details.'" + "post-update-cmd": "echo 'VESSEL: Updates may require rebuilding your images.\nVESSEL: See https://github.com/shipping-docker/vessel/releases for details.'" } }