Skip to content

Commit 982956b

Browse files
coyotte508pcuenca
andauthored
Update packages/hub/cli.ts
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 6ddba28 commit 982956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const commands = {
126126
name: "repo-type" as const,
127127
enum: ["dataset", "model", "space"],
128128
description:
129-
"The type of of the repo to create the branch into. Defaults to model. You can also prefix the repo name with the type, e.g. datasets/username/repo-name",
129+
"The type of the repo to create the branch into. Defaults to model. You can also prefix the repo name with the type, e.g. datasets/username/repo-name",
130130
},
131131
{
132132
name: "revision" as const,

0 commit comments

Comments
 (0)