Skip to content

Commit e93e114

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: mirror <repo>
27+
Version: 0.1.8
2828

2929
Description:
3030

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)