Skip to content

Commit

Permalink
fix let
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Dec 5, 2023
1 parent 0947dd0 commit 4b7bf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/epinio/Installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function EpinioInstaller({
setInstalled(false)
onInstallationChanged(false)

message = 'Error installing Epinio'
let message = 'Error installing Epinio'
if (error.stderr) {
message = error.stderr
}
Expand Down

0 comments on commit 4b7bf7c

Please sign in to comment.