fix: correct imports

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-08 01:42:06 -05:00
parent 8081de8258
commit 87889957ff
39 changed files with 41 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/config"
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_BASE_PATH/common/property-functions"
source "$PLUGIN_CORE_AVAILABLE_PATH/common/property-functions"
source "$PLUGIN_AVAILABLE_PATH/config/functions"
add_to_links_file() {