Skip to content

Commit

Permalink
fix dependency hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 26, 2024
1 parent a8ca38f commit 6ca7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/utils/controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _get_cloud_dependencies_installation_commands(
# fluidstack and paperspace
continue
if isinstance(cloud, clouds.AWS):
commands.append(f'echo -n "{prefix_str}AWS{empty_str}" && ' +
commands.append(f'echo -en "\r{prefix_str}AWS{empty_str}" && ' +
aws_dependencies_installation)
elif isinstance(cloud, clouds.Azure):
commands.append(
Expand Down

0 comments on commit 6ca7e8d

Please sign in to comment.