Skip to content

Commit

Permalink
fix(cloud): Fix typo in reload status out msg
Browse files Browse the repository at this point in the history
Fixes #63
  • Loading branch information
mountaindude committed Sep 12, 2023
1 parent bacefb7 commit 326342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cloud/reloadstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class ReloadStateMachine {
// Send message to output 2
const outMsg = {
payload: {
message: 'Relead states updated',
message: 'reload states updated',
numReloadsAdded,
numReloadsDeleted,
numReloadsUpdated,
Expand Down

0 comments on commit 326342e

Please sign in to comment.