Skip to content

Commit

Permalink
Bugfix in VolumeMountsConfigurator
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-buchyn committed Oct 7, 2020
1 parent b7fa438 commit f40811c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function add(string $volumeName, string $mountPath): VolumeMountBuilder
throw new \InvalidArgumentException(
sprintf(
'Volume "%s" is not defined. Available volumes: %s',
$volumeName,
implode(', ', $this->volumes->names())
)
);
Expand Down

0 comments on commit f40811c

Please sign in to comment.