Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fixed self name
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Mar 3, 2024
1 parent 7879d79 commit 97383ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc-stubgen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn main() {
Command::InitializeWorkspace(init_workspace_args) => {
let _ = render_error(initialize_workspace(
init_workspace_args,
"golem-wasm-rpc-stubgen",
"wasm-rpc-stubgen",
&[],
));
}
Expand Down

0 comments on commit 97383ad

Please sign in to comment.