We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b225815 commit e15f2b0Copy full SHA for e15f2b0
cli/lib/gateway.js
@@ -179,7 +179,7 @@ Gateway.prototype.reload = (options) => {
179
socket.sendMessage({command: 'reload'});
180
socket.on('message', (success) => {
181
if (success) {
182
- console.log('Reload Completed Succesfully');
+ console.log('Reload Completed Successfully');
183
} else {
184
console.error('Reloading edgemicro was unsuccessful');
185
}
0 commit comments