diff --git a/lib/core/base.sh b/lib/core/base.sh index 5479fa3..af0009e 100644 --- a/lib/core/base.sh +++ b/lib/core/base.sh @@ -34,7 +34,7 @@ readonly ICON_ERROR="☻" readonly ICON_WARNING="◎" readonly ICON_EMPTY="○" readonly ICON_SOLID="●" -readonly ICON_LIST="•" +readonly ICON_LIST="●" readonly ICON_SUBLIST="↳" readonly ICON_ARROW="➤" readonly ICON_DRY_RUN="→" diff --git a/scripts/check.sh b/scripts/check.sh index 20e3dff..8debbec 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -53,7 +53,7 @@ NC='\033[0m' readonly ICON_SUCCESS="✓" readonly ICON_ERROR="☻" readonly ICON_WARNING="●" -readonly ICON_LIST="•" +readonly ICON_LIST="●" echo -e "${BLUE}=== Mole Check, ${MODE} ===${NC}\n"