From cb60ff7f5be735e9c33495965af48587768adcd4 Mon Sep 17 00:00:00 2001 From: notnull Date: Thu, 2 Nov 2023 19:26:23 -0400 Subject: [PATCH] testing after making script executable --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ae739d1..7c172c0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -73,7 +73,6 @@ Not sure what this does. I just commented it out and added: I guess the only remaining thing to do is try it! - ## Dealing with errors ### there are unstashed changes in website directory @@ -108,3 +107,7 @@ I'll try changing it to use && and the update-script is what the git hook runs. whoops! For now I'm going to just pull it once from the website directory. + +### script permissions + +I realized that the script was not executable so i fixed this, then pulled from teh remote repository again