Skip to content

Commit 9782366

Browse files
Angaddeep Singhjeevithakannan2
andauthored
Apply suggestions from code review
Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
1 parent 3f57c2d commit 9782366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tabs/system-setup/fedora/fedora-upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ current_version=$(rpm -E '%{fedora}')
66
next_version=$((current_version + 1))
77

88
update() {
9-
printf "%b\n" "${RED}Make sure your system is fully updated; if not, update it first and reboot once.${RC}"
9+
printf "%b\n" "${YELLOW}Make sure your system is fully updated; if not, update it first and reboot once.${RC}"
1010
printf "%b\n" "${CYAN}Your current Fedora version is $current_version.${RC}"
1111
printf "%b\n" "${CYAN}The next available version is $next_version.${RC}"
1212

@@ -32,7 +32,7 @@ update() {
3232

3333
case "$reboot_response" in
3434
y|Y)
35-
printf "%b\n" "${GREEN}Rebooting to apply the upgrade...${RC}"
35+
printf "%b\n" "${YELLOW}Rebooting to apply the upgrade...${RC}"
3636
"$ESCALATION_TOOL" "$PACKAGER" system-upgrade reboot
3737
;;
3838
*)

0 commit comments

Comments
 (0)