Skip to content

Commit a7f8ef9

Browse files
committed
Minor fix
1 parent 48bd7e9 commit a7f8ef9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hpcopr/cluster_general_funcs.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,12 @@ int display_cloud_info(char* workdir, char* crypto_keyfile){
710710
else if(strcmp(cloud_flag,"CLOUD_F")==0){
711711
printf("| Microsoft Azure Cloud | https://azure.microsoft.com\n");
712712
}
713-
else{
713+
else if(strcmp(cloud_flag,"CLOUD_G")==0){
714714
printf("| Google Cloud Platform | https://cloud.google.com\n");
715715
}
716+
else{
717+
printf("| Volcengine (ByteDance) | https://www.volcengine.com/\n");
718+
}
716719
if(strcmp(cloud_flag,"CLOUD_F")!=0&&strcmp(cloud_flag,"CLOUD_G")!=0){
717720
printf("Access Key ID : %s\n",cloud_ak);
718721
}

0 commit comments

Comments
 (0)