Fix comment

This commit is contained in:
Micke Nordin 2023-09-02 12:12:59 +02:00
parent ac6430df51
commit b927716aad
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -74,8 +74,8 @@ curl_cmd(){
}
#<%- index = 0 -%>
#<%- @multinodes.each do |customer| -%>
#<%- @multinodes.each do |customer| %> Run <%= customer%>
curl_cmd "<%= @multinode_passwords[index] %>" "<%= customer %>" "${method}" "${argument}"
#<%- index += 1 -%>
#<%- end -%>
#<%- end %> End of <%= customer%>