mirror of github:amycatgirl/amycatgirl.github.io
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: git-push not working due to malformed expression

Signed-off-by: Amy <amy+git@amogus.cloud>

Amy 10bc499b 794de9b2

+1 -1
+1 -1
fallback.lisp
··· 34 34 (run-command `("git" "commit" "-m" ,(concatenate 'string "[fallback-gen] " message)))) 35 35 36 36 (defun git-push () 37 - (run-command '("git push"))) 37 + (run-command '("git" "push"))) 38 38 ;; HTTP 39 39 (defun build-query-params-from-plist (parameters) 40 40 "Build a string of URL-encoded query parameters from a plist."