aboutsummaryrefslogtreecommitdiff
path: root/index.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-25 18:22:49 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-25 18:22:49 -0800
commit460e71a57bbfe9335be2453f2994f5efb7ac29ba (patch)
tree109ec75551f57a53586a9a7c12d4c3f256890d7d /index.org
parent089f3415a0cd27dc4dd06c1bfd77b85559840e4e (diff)
manually fix stem code blocks
Diffstat (limited to 'index.org')
-rw-r--r--index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.org b/index.org
index 2d3c2a9..7142dae 100644
--- a/index.org
+++ b/index.org
@@ -62,7 +62,7 @@ website:
#+begin_src shell :exports code :results silent
cd ~/org/website
git add .
-git commit -m "able to run stem code due to org-babel-execute!"
+git commit -m "manually fix stem code blocks"
git push github main
rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
#+end_src