Skip to content

Commit

Permalink
cli: Remove stripping workspace prefix from program id of the `upgrad…
Browse files Browse the repository at this point in the history
…e` command
  • Loading branch information
acheroncrypto committed Nov 3, 2024
1 parent a982942 commit 3e80b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3916,7 +3916,7 @@ fn upgrade(
.arg("--keypair")
.arg(cfg.provider.wallet.to_string())
.arg("--program-id")
.arg(strip_workspace_prefix(program_id.to_string()))
.arg(program_id.to_string())
.arg(strip_workspace_prefix(program_filepath))
.args(&solana_args)
.stdout(Stdio::inherit())
Expand Down

0 comments on commit 3e80b4d

Please sign in to comment.