X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/e4bedda9ac3854ceb3d7b88a83155558e9ea6062..b2351eea120bb8f6293aae113e77a3e3edd46687:/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; } }