Skip to content

Commit 340995c

Browse files
committed
Merge pull request #146 from chaos0815/master
fixes syntax error
2 parents e75ef9b + dcec6d0 commit 340995c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssetManager/Controller/ConsoleController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function warmupAction()
8585
$this->assetManager->getAssetCacheManager()->setCache($path, $asset)->dump();
8686
}
8787

88-
$this->output(sprintf('Warming up finished...', $verbose);
88+
$this->output(sprintf('Warming up finished...', $verbose));
8989
}
9090

9191
/**

0 commit comments

Comments
 (0)