Working.
All checks were successful
/ deploy (push) Successful in 1s

This commit is contained in:
Lord_Devi 2024-07-09 01:18:21 -04:00
parent 75f1656d01
commit 286ca1f5a4

View file

@ -90,7 +90,7 @@ _link_yadm_script() {
mkdir -p "${HOME}/.local/bin"
fi
if [ -l "${HOME}/.local/bin/yadm" ]; then
if [ -L "${HOME}/.local/bin/yadm" ]; then
_mordu "${HOME}/.local/bin/yadm already found. Not linking."
else
_mordu "${HOME}/.local/bin/yadm not found. Linking."