Created
May 4, 2015 15:57
-
-
Save cjblomqvist/7487f803f646b54de343 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x | |
source "$(dirname $0)/../common/functions" | |
dokku_log_info1 "The different text for the different plugins" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment