From 7d53648f06bf772cc933977e8479de65ce75b982 Mon Sep 17 00:00:00 2001 From: vagrant-bot Date: Mon, 10 Apr 2023 16:17:04 -0700 Subject: [PATCH] Terraform managed file --- .ci/load-ci.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.ci/load-ci.sh b/.ci/load-ci.sh index b87fb0d11..ee67dae96 100644 --- a/.ci/load-ci.sh +++ b/.ci/load-ci.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -# shellcheck disable=SC1091 -echo "🤖 Loading VagrantCI 🤖" >&2 - csource="${BASH_SOURCE[0]}" while [ -h "$csource" ] ; do csource="$(readlink "$csource")"; done if ! root="$( cd -P "$( dirname "$csource" )/../" && pwd )"; then @@ -20,4 +17,4 @@ fi export PATH="${PATH}:${ci_bin_dir}" # And we are done! -echo "🎉 VagrantCI Loaded! 🎉" >&2 +debug "VagrantCI Loaded"