Resource stage: no space before colon (#28560)

This commit is contained in:
Adam J. Stewart 2022-01-24 03:01:28 -06:00 committed by GitHub
parent 1c12e964ac
commit 947c270446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -704,8 +704,8 @@ def _add_to_root_stage(self):
source_path = os.path.join(self.source_path, key)
if not os.path.exists(destination_path):
tty.info('Moving resource stage\n\tsource : '
'{stage}\n\tdestination : {destination}'.format(
tty.info('Moving resource stage\n\tsource: '
'{stage}\n\tdestination: {destination}'.format(
stage=source_path, destination=destination_path
))