Skip to content

Commit

Permalink
Merge pull request #8 from agunde406/lint-fix
Browse files Browse the repository at this point in the history
Fix lint introduced while fixing namespace perm
  • Loading branch information
agunde406 authored Feb 12, 2024
2 parents 42d6dda + 8940791 commit 3f9d95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/scabbard/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ fn run() -> Result<(), CliError> {
let contract = matches
.value_of("contract")
.ok_or_else(|| CliError::MissingArgument("contract".into()))?;

DeleteNamespaceRegistryPermissionActionBuilder::new()
.with_namespace(namespace.into())
.with_contract_name(contract.into())
Expand Down

0 comments on commit 3f9d95c

Please sign in to comment.