Skip to content

Commit 97c603c

Browse files
Fix typo in ssh log
Related ticket: https://jira.suse.com/browse/TEAM-10125
1 parent 34405e3 commit 97c603c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sles4sap_publiccloud.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ sub sles4sap_cleanup {
188188

189189
qesap_cluster_logs();
190190
qesap_upload_logs();
191-
upload_logs('/var/tmp/ssh_sut.log', failok => 1, log_name => 'ssh_sut_log.txt');
191+
upload_logs('/var/tmp/ssh_sut.log', failok => 1, log_name => 'ssh_sut.log.txt');
192192
if ($args{network_peering_present}) {
193193
delete_network_peering();
194194
}

0 commit comments

Comments
 (0)