Fix typo in comment.

This commit is contained in:
2025-11-09 20:01:14 -07:00
parent 4c467fff6d
commit 8898959a95

View File

@@ -3,7 +3,7 @@
# https://dwm.suckless.org/
# https://sites.google.com/site/lazyboxx/-articles/dwm-a-newbie-s-guide#TOC-Status-Bar
#TODO: Move this to tasks/shared/ pasth rather than tasks/linux/.
#TODO: Move this to tasks/shared/ path rather than tasks/linux/.
#TODO: Generate files based on blockinfile.
#TODO: Fix config.mk for FreeBSD automatically (use /usr/local/ for libs not /usr/X11RC/)
#TODO: scm.sh to use bash variable so that FreeBSD correctly hits /usr/local/bin/bash.
@@ -23,14 +23,14 @@
## Download ##
- name: Workstation | Linux | Software | DWM | Git Clone
git:
git:
repo: https://git.suckless.org/dwm
dest: "{{ dwm_install_dir }}"
clone: yes
force: yes
- name: Workstation | Linux | Software | DWM | Git Clone (st)
git:
git:
repo: https://git.suckless.org/st
dest: "{{ st_install_dir }}"
clone: yes