Skip to content

Commit 9228e74

Browse files
authored
Merge pull request #5476 from champtar/write-lockfile-fixup
2 parents fe6815d + 176cdf6 commit 9228e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/compose.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct ComposeImageOpts {
136136
/// Operate only on cached data, do not access network repositories
137137
offline: bool,
138138

139-
#[clap(long, conflicts_with_all = ["lockfiles", "lockfile_strict"])]
139+
#[clap(long)]
140140
/// Path to write a JSON-formatted lockfile
141141
write_lockfile_to: Option<Utf8PathBuf>,
142142

0 commit comments

Comments
 (0)