mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: revert guard and pass app arg to config_export
This commit is contained in:
committed by
GitHub
parent
52d6143d97
commit
5522cf63f7
@@ -26,8 +26,8 @@ config_export() {
|
||||
|
||||
config_all() {
|
||||
declare desc="Backwards compatible function for plugin use"
|
||||
if [[ -n "$DOKKU_CONFIG_EXPORT" ]]; then
|
||||
config_export "$@"
|
||||
if [[ -z "$DOKKU_CONFIG_EXPORT" ]]; then
|
||||
config_export app "$@"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user