From a503204e8a2fe9e50bfa902beb8defca5e8c57c1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 21 Sep 2022 11:04:35 +0200 Subject: [PATCH] Update roadmap --- roadmap.md | 1 + scripts/run_client.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index 57d603a..5e159fb 100644 --- a/roadmap.md +++ b/roadmap.md @@ -28,6 +28,7 @@ ## Version 0.2 - [x] Write README +- [ ] Make select depend on query - [ ] Make configurable ssh user - [ ] Make configurable gpg keyset - [ ] Make configurable git provider diff --git a/scripts/run_client.sh b/scripts/run_client.sh index 888e967..2fa2e55 100755 --- a/scripts/run_client.sh +++ b/scripts/run_client.sh @@ -8,4 +8,4 @@ current_branch=$(git branch --show-current) go run cmd/kraken/kraken.go process \ --actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git"\ --branch "$current_branch" \ - --path "_examples/queries/find_semantic" + --path "_examples/actions/add_releaserc"