Skip to content

Commit

Permalink
SC2106 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Apr 17, 2021
1 parent 95ade93 commit 39e4b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -4164,7 +4164,7 @@ function main {
[[ -n ${meta_url} ]] && cmd_args+=( "--url" "${meta_url}" )
[[ -n ${meta_logo} ]] && cmd_args+=( "--logo" "${meta_logo}" )

pushd ${policy_folder} &>/dev/null || ( println ERROR "\n${FG_RED}ERROR${NC}: unable to change directory to: ${policy_folder}" && waitForInput && continue )
pushd ${policy_folder} &>/dev/null || { println ERROR "\n${FG_RED}ERROR${NC}: unable to change directory to: ${policy_folder}" && waitForInput && continue; }

# Create JSON draft
println DEBUG false "\nCreating Cardano Metadata Registry JSON draft file ..."
Expand Down

0 comments on commit 39e4b8f

Please sign in to comment.