Skip to content

Commit

Permalink
Wildcard (#18)
Browse files Browse the repository at this point in the history
* Fix link href

* stan: improve typing

* tweak: pass wildcard by default
  • Loading branch information
g105b authored Oct 13, 2021
1 parent 50e68a5 commit 47e6865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function run(ArgumentValueList $arguments = null):void {
$pattern = $arguments->get("pattern");
}
catch(ArgumentValueListNotSetException) {
$pattern = null;
$pattern = "**/*";
}

$sync = new DirectorySync($source, $destination, $pattern);
Expand Down

0 comments on commit 47e6865

Please sign in to comment.