Skip to content

Commit

Permalink
fix: compilation with telemetry should work now (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko authored Nov 20, 2022
1 parent e1bf966 commit e13a83e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synth/src/cli/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ where
}));

let command_name = match &args {
Args::Init { .. } => "init",
Args::Generate { .. } => "generate",
Args::Import { .. } => "import",
Args::Telemetry(TelemetryCommand::Enable) => "telemetry::enable",
Expand Down

0 comments on commit e13a83e

Please sign in to comment.