From 02502dd894162bb343537b77b5f40b12a0e54782 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:39:50 -0400 Subject: [PATCH] fix default for path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a0cfe..89546fd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ steps: |`version`|`aftman` version in the form `vx.x.x`|-| |`trust-check`|Whether to check trusts|`true`| |`trusts`|List of trusted tools separated by spaces|-| -|`path`|Path to the `aftman.toml` directory|`./`| +|`path`|Path to the `aftman.toml` directory|`.`| |`token`|Github token from `github.token`|`github.token`| ## Credits