diff --git a/meta/bin/push-to-aspirecloud b/meta/bin/push-to-aspirecloud index a0041fa..2779ca5 100755 --- a/meta/bin/push-to-aspirecloud +++ b/meta/bin/push-to-aspirecloud @@ -5,7 +5,6 @@ type=$1 [[ $type = 'plugins' ]] || [[ $type = 'themes' ]] || die "Usage: $0 plugins|themes" - key=${ASPIRECLOUD_ADMIN_API_KEY:?variable not defined} url=${ASPIRECLOUD_ADMIN_API_URL:?variable not defined} diff --git a/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php b/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php index 452215e..84cf222 100644 --- a/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php +++ b/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php @@ -20,7 +20,7 @@ use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use function Safe\json_decode; +use function Safe\json_decode; abstract class AbstractMetaFetchCommand extends AbstractBaseCommand {