Skip to content

Commit f3348a1

Browse files
committed
Fix typo
1 parent d2e33df commit f3348a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_cli/core/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def get_node_env(
274274
@check_user
275275
def update(env_filepath: str, pull_config_for_schain: str, unsafe_ok: bool = False) -> None:
276276
if not unsafe_ok and not is_update_safe():
277-
error_msg = 'Cannot update safety'
277+
error_msg = 'Cannot update safely'
278278
error_exit(error_msg, exit_code=CLIExitCodes.UNSAFE_UPDATE)
279279

280280
logger.info('Node update started')

0 commit comments

Comments
 (0)