diff --git a/lib/core/base.sh b/lib/core/base.sh index af0009e..5479fa3 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 8debbec..20e3dff 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"