Skip to content

Commit

Permalink
fix: quote delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets committed May 2, 2024
1 parent 703cc12 commit 02353a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def write_cluster_config(
# User-supplied labels.
'labels': labels,
# User-supplied remote_identity
"remote_identity": remote_identity,
'remote_identity': remote_identity,
# The reservation pools that specified by the user. This is
# currently only used by GCP.
'specific_reservations': specific_reservations,
Expand Down

0 comments on commit 02353a7

Please sign in to comment.