fix: add missing import

This commit is contained in:
Jose Diaz-Gonzalez
2017-03-12 21:28:29 -06:00
parent ef9b453aa8
commit 48503e9f40

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
source "$PLUGIN_CORE_AVAILABLE_PATH/docker-options/functions"
storage_list_cmd() {
declare desc="List all bound mounts"