Skip to content

Commit d650167

Browse files
authored
SC
Signed-off-by: Daniel Hansson <[email protected]>
1 parent f077274 commit d650167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disk/format-chosen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ while
103103
done
104104
[[ -z "${devtype_present+x}" ]]
105105
do
106-
printf "${BRed}$DEVTYPE is not a valid disk. Please try again.${Color_Off}\n"
106+
print_text_in_color "BRed" "$DEVTYPE is not a valid disk. Please try again."
107107
:
108108
done
109109

0 commit comments

Comments
 (0)