Skip to content

Commit 6291d5c

Browse files
authored
Merge pull request #1 from amazeeio/project_name-fix
fix project_name
2 parents 784a02d + 6a127f8 commit 6291d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LagoonCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function aliases() {
108108
$response = $this->getLagoonEnvs();
109109
// Check if the query returned any data for the requested project.
110110
if (empty($response->data->project->environments)) {
111-
$this->logger()->warning("API request didn't return any environments for the given project '$this->project_name'.");
111+
$this->logger()->warning("API request didn't return any environments for the given project '$this->projectName'.");
112112
return;
113113
}
114114

0 commit comments

Comments
 (0)