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 Harmen Stoppels
parent a8b1f531cc
commit 9c69e1dc9e

View File

@ -694,8 +694,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
))