Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rokatyy committed Jul 14, 2024
1 parent 763867b commit 8018d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclio/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def build_file(filename='', name='', handler='', archive=False, project='',
normalized_filebase = normalize_name(filebase) + '-nuclio'
update_in(config, 'metadata.name', name)
config = extend_config(config, spec, tag, filename)
set_handler(config, normalize_name(filebase), '' if kind else handler, ext)
set_handler(config, normalized_filebase, '' if kind else handler, ext)

log = logger.info if verbose else logger.debug
log('Code:\n{}'.format(code))
Expand Down

0 comments on commit 8018d09

Please sign in to comment.