Skip to content

Commit

Permalink
fix: confused error message of installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Nov 22, 2024
1 parent c0ff708 commit 3f70526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/install_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func InstallPluginRuntimeToTenant(
updateTaskStatus(func(task *models.InstallTask, plugin *models.InstallTaskPluginStatus) {
task.Status = models.InstallTaskStatusFailed
plugin.Status = models.InstallTaskStatusFailed
plugin.Message = "Failed to create plugin"
plugin.Message = "Failed to create plugin, perhaps it's already installed"
})
return
}
Expand Down

0 comments on commit 3f70526

Please sign in to comment.