echo adjust

main
Zynh Ludwig 2024-08-01 03:55:18 -07:00
parent 64344da090
commit b227fc74a6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ in
else
echo "Making Directory: $target"
${pkgs.coreutils}/bin/mkdir -p "$target"
echo "Cloning Repo: $repo to $target"
echo "Cloning '$repo'..."
clone_repo "$repo" "$target"
fi
done < "${config.repo-clone.pkg}"