Skip to content

Commit b8df7c6

Browse files
committed
forgotten to update the version on last fix
1 parent dbed9ca commit b8df7c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Call `git mirror [email protected]:owner/repo.git` will clone to
2323
`~/Projects/owner/repo`.
2424

2525
```sh
26-
Usage: clone <repo>
27-
Version: 0.1.6
26+
Usage: git-mirror <repo>
27+
Version: 0.1.8
2828

2929
Description:
3030

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"fmt": { "exclude": [".vscode", ".github"] },
1212
"lint": {
13-
"ignore": [
13+
"exclude": [
1414
".vscode",
1515
".github",
1616
"dist",

git-mirror.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ const cloneAction = async (options: CloneOptions, repo: string) => {
7979
};
8080

8181
await new Command()
82-
.name("clone")
83-
.version("0.1.7")
82+
.name("git-mirror")
83+
.version("0.1.8")
8484
.description("Clone/Fetch a Git repository into a 'Projects' directory")
8585
.arguments("<repo:string>")
8686
.option("-r, --root <rootDir>", "The root directory.", {

0 commit comments

Comments
 (0)