Skip to content

Commit

Permalink
Fixed a typo in the image:pull command
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Jun 25, 2020
1 parent 114a729 commit 3e9d091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Packaging/Command/Pull.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __invoke(string $rootPath): Process
{
return new Process(
[
'docker', 'pull', sprintf('%s:%s', (string) $this->tag->getRepository(), (string) $this->package),
'docker', 'pull', sprintf('%s:%s', (string) $this->tag->getRepository(), (string) $this->tag),
],
null,
null,
Expand Down

0 comments on commit 3e9d091

Please sign in to comment.