Skip to content

Commit dcec6d0

Browse files
committed
fixes syntax error
1 parent e75ef9b commit dcec6d0

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)