Skip to content

Commit 73467f5

Browse files
Update crates/wkg/src/main.rs
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 6b2178b commit 73467f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wkg/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl PublishArgs {
402402
Ok(())
403403
}
404404

405-
fn opts(&self) -> anyhow::Result<PublishOpts> {
405+
fn publish_opts(&self) -> anyhow::Result<PublishOpts> {
406406
let package = match self.package.clone() {
407407
Some(_) if self.paths.len() > 2 => {
408408
anyhow::bail!("`--package` is currently unsupported when providing more than one path argument");

0 commit comments

Comments
 (0)