Skip to content

Commit 6e4e25b

Browse files
committed
Fix clippy lint
1 parent 76f0995 commit 6e4e25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/subcommands/publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub async fn exec(mut config: Config, args: &ArgMatches) -> Result<(), anyhow::E
202202
builder,
203203
&client,
204204
&database_host,
205-
&name_or_identity,
205+
name_or_identity,
206206
&domain.to_string(),
207207
host_type,
208208
&program_bytes,

0 commit comments

Comments
 (0)