Skip to content

Commit

Permalink
Updated package name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 20, 2019
1 parent 78de3b6 commit f33cbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ functions:
handler: bin/console
layers:
- ${bref:layer.php-73}
- ${bref:extra.amqp} # AMQP layer
- ${bref:extra.amqp-php-72} # AMQP layer
- ${bref:layer.console}
```
Expand Down
2 changes: 1 addition & 1 deletion src/publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$discoveredChecksums[] = $md5;
if (false === strstr($checksums, $md5)) {
// This layer is new.
$layers[] = $layer;
$layers[] = substr($layer, 6);
}
}
echo sprintf("\n%d new layers\n", count($layers));
Expand Down

0 comments on commit f33cbc1

Please sign in to comment.