Skip to content

Commit

Permalink
update list
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 14, 2024
1 parent 620d2c5 commit 072441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ _LIST(){
FMT_FUNCS='s/(){//'
LIST="$(<"$(_THISFILE)" sed -e '/^_/d' -e '/^ /d' -e "${KEEP_FUNCS}" -e "${FMT_FUNCS}")"
_println "Targets:"
_println "${LIST}"
_println "${LIST}" | sed -e's/^/ /'
}

INSTALL_CACHIX(){
Expand Down

0 comments on commit 072441d

Please sign in to comment.