File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ usage_template: |-
6666
6767 {% if cluster.outputs.openondemand_url %}
6868 The Open OnDemand portal for this cluster as available at
69- [{{ cluster.outputs.openondemand_url[8:] }}]({{ cluster.outputs.openondemand_url }}).
69+ [{{ cluster.outputs.openondemand_url.slice(8, -1) }}]({{ cluster.outputs.openondemand_url }}).
7070
7171 Enter the username `azimuth` and password `{{ cluster.outputs.azimuth_user_password }}` when prompted.
7272 {% else %}
@@ -80,7 +80,7 @@ usage_template: |-
8080
8181 ```
8282 $ ssh azimuth@{{ cluster.outputs.cluster_access_ip | default('[cluster ip]') }}
83- [rocky @{{ cluster.name }}-login-0 ~]$ sinfo
83+ [azimuth @{{ cluster.name }}-login-0 ~]$ sinfo
8484 PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
8585 compute* up 60-00:00:0 {{ "%3s" | format(cluster.parameter_values.compute_count) }} idle {{ cluster.name }}-compute-[0-{{ cluster.parameter_values.compute_count - 1 }}]
8686 ```
You can’t perform that action at this time.
0 commit comments