X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/e4bedda9ac3854ceb3d7b88a83155558e9ea6062..fa014d88919516a9763a6a9ab0c620ef102f04e4:/src/shpub/Config.php diff --git a/src/shpub/Config.php b/src/shpub/Config.php index c9ebb4d..2ca7d9a 100644 --- a/src/shpub/Config.php +++ b/src/shpub/Config.php @@ -88,7 +88,7 @@ class Config } foreach ($this->hosts as $key => $host) { if ($host->default) { - return $host; + return $key; } }