Skip to content

Commit

Permalink
A plugin that already exists does not result in exit code 1 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Apr 2, 2024
1 parent 8619660 commit bf26b59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ async fn upload_plugin_file<P: AsRef<Path>>(
console::style("[-]").bold().dim().red(),
file_name.as_ref(),
);
Err(Error::AlreadyExists(
"plugin with the same digest was already added".to_owned(),
))
Ok(())
}
Err(msg) => {
println!(
Expand Down

0 comments on commit bf26b59

Please sign in to comment.