Skip to content

Commit

Permalink
scan_live_config: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Hecko committed Aug 13, 2024
1 parent ecc8def commit b01590a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def scan_config_and_emit_message():
is_livemode_enabled = get_env('LEAPP_DEVEL_ENABLE_LIVE_MODE', '0') == '1'

if not is_unsupported:
api.current_logger().debug('Will not scan livemode config - the upgrade is not unsuppoted.')
api.current_logger().debug('Will not scan livemode config - the upgrade is not unsupported.')
return

if not is_livemode_enabled:
Expand Down

0 comments on commit b01590a

Please sign in to comment.