Skip to content

Commit

Permalink
Fix lack of cluster key in cluster YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Aug 5, 2022
1 parent 4c28cef commit 6b58fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slurm_squeue_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(cluster)
end

@cluster_id = cluster.id
@canonical_cluster_id = cluster.job_config[:cluster]
@canonical_cluster_id = cluster.id
@cluster_title = cluster.metadata.title || cluster.id.titleize
@job_scheduler = cluster.job_config[:adapter]

Expand Down

0 comments on commit 6b58fde

Please sign in to comment.