fix: correct imports

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-08 01:42:07 -05:00
parent 07065e9a06
commit 6dc8e57024
38 changed files with 40 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/config"
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common-functions"
source "$PLUGIN_BASE_PATH/common/property-functions"
source "$PLUGIN_CORE_AVAILABLE_PATH/common/property-functions"
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x