Skip to content

Commit

Permalink
fix(git): wrong argument name for clone --depth (withfig#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishulgin authored Oct 3, 2024
1 parent eda22f4 commit 4bcabcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7225,7 +7225,7 @@ const completionSpec: Fig.Spec = {
description:
"Create a shallow clone with a history truncated to the specified number of commits. Implies --single-branch unless --no-single-branch is given to fetch the histories near the tips of all branches. If you want to clone submodules shallowly, also pass --shallow-submodules",
args: {
name: "date",
name: "depth",
},
},
{
Expand Down

0 comments on commit 4bcabcd

Please sign in to comment.