Skip to content

Commit 5b24c88

Browse files
Rename Gaea C6 platform name from gaeaC6 to gaeac6 consistent with UFS name convention
1 parent 8265f9f commit 5b24c88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

tests/detect_machine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ case $(hostname -f) in
2424
gaea5[1-8]) MACHINE_ID=gaea ;; ### gaea51-58
2525
gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; ### gaea51-58
2626

27-
gaea6[1-8]) MACHINE_ID=gaeaC6 ;; ### gaea61-68
28-
gaea6[1-8].ncrc.gov) MACHINE_ID=gaeaC6 ;; ### gaea61-68
27+
gaea6[1-8]) MACHINE_ID=gaeac6 ;; ### gaea61-68
28+
gaea6[1-8].ncrc.gov) MACHINE_ID=gaeac6 ;; ### gaea61-68
2929

3030
hfe0[1-9]) MACHINE_ID=hera ;; ### hera01-09
3131
hfe1[01]) MACHINE_ID=hera ;; ### hera10-11

0 commit comments

Comments
 (0)