Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 17, 2021
1 parent e3fa59e commit 420fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/clients/inst_doit.rb
Expand Up @@ -69,7 +69,7 @@ def main

# Log all information about the installation/update
::Installation::InstallationInfo.instance.write(
Mode.update ? "Stating update" : "Starting installation"
Mode.update ? "Starting update" : "Starting installation"
)
end

Expand Down

0 comments on commit 420fd82

Please sign in to comment.