Skip to content

Commit a2b6075

Browse files
committed
Try fixing the Windows build
1 parent 1ae0c76 commit a2b6075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ fn parse_args() -> Args {
267267
.long("uninstall-file-association"),
268268
)
269269
.group(
270-
ArgGroup::with_name("file-association")
270+
ArgGroup::new("file-association")
271271
.conflicts_with_all(&["script"])
272272
.args(&["install-file-association", "uninstall-file-association"]),
273273
);

0 commit comments

Comments
 (0)