From ee44ef924874db42bd5d10b08d3b8f1f9f9de200 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 15:59:29 -0300 Subject: Feat: support for an .env file (4) --- bin/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/provision b/bin/provision index 91608ec..21ca98e 100755 --- a/bin/provision +++ b/bin/provision @@ -9,7 +9,7 @@ BASEDIR="$DIRNAME/.." # Load optional customizations # -# Search in multiple levels to account for the case this repository is vendorized. +# Search in multiple levels to account when this repository is vendorized. [ -f "$BASEDIR/.env" ] && source $BASEDIR/.env [ -f "$BASEDIR/../.env" ] && source $BASEDIR/../.env [ -f "$BASEDIR/../../.env" ] && source $BASEDIR/../../.env -- cgit v1.2.3