summaryrefslogtreecommitdiffstats
path: root/command
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-27 13:27:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-27 13:27:29 +0200
commitadad6ca280f2284a0ea4a1c41c8adea4ae1b141a (patch)
treef9f6d05832b4b57c6c07837c6e988f71dd04954a /command
parentc88b300bad389fd0ddb888111a8bc56f71782d3c (diff)
clean up app container
Diffstat (limited to 'command')
-rw-r--r--command/verifyinstall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index 991196655..4277ff6e7 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -24,9 +24,9 @@ class VerifyInstall extends Command {
private $fileChecksums;
- public function __construct($fileChecksums) {
+ public function __construct($checksums) {
parent::__construct();
- $this->fileChecksums = $fileChecksums;
+ $this->fileChecksums = $checksums;
}
protected function configure() {