aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-08-17 23:50:54 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-08-17 23:50:54 +0200
commit5185f69c411e1ce0765451c4e4e34b673c40104d (patch)
tree3371224413c5bd78569a2a21c5cb03a77b50b831
parent5c9c0fbb541a9165b19bbe184c4b6358e93c5a0d (diff)
downloaddotfiles-5185f69c411e1ce0765451c4e4e34b673c40104d.tar.gz
fix readme
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 5606a61..9bf4a98 100644
--- a/Readme.md
+++ b/Readme.md
@@ -51,8 +51,8 @@ Hooks have to be named `<Name>.hook` and be executable.
Currently supported hooks:
-| Name | Arguments | Called when | Notes
-| --- | --- | --- |
+| Name | Arguments | Called when | Notes |
+| --- | --- | --- | --- |
| `housekeeping` | | before the script quits | Used to ensure everything is in order. |
| `installed.<target>` | Full target path | After successful install of <target> | For specific targets |
| `installed` | Full target path | After successful install of any config | For all targets |