Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Mar 30, 2020
1 parent 51ebcf4 commit 8397c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssetManager.php
Expand Up @@ -45,7 +45,7 @@ public function deployAssets(): bool
foreach ($this->assetFolders as $key => $dir) {
$key = $this->camelCaseToDash($key);

if (file_exists($key)) {
if (!file_exists($key)) {
symlink($dir, $this->destinationFolder . '/' . $key);
}
}
Expand Down

0 comments on commit 8397c3f

Please sign in to comment.