aboutsummaryrefslogtreecommitdiff
path: root/bin/provision
diff options
context:
space:
mode:
Diffstat (limited to 'bin/provision')
-rwxr-xr-xbin/provision2
1 files changed, 1 insertions, 1 deletions
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