Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anivon committed Oct 3, 2017
1 parent bddb991 commit 00a2192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/DockerContainer/Model/DockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function setPackageManager(string $packageManager): self
*/
public function addEnvFromProject(string $key): self
{
$this->envs[$key] = '${' . key . '}';
$this->envs[$key] = '${' . $key . '}';

return $this;
}
Expand Down

0 comments on commit 00a2192

Please sign in to comment.