From cf2418c72b4fe419fec2756db9cdd28eac52e9aa Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 18 Sep 2022 15:49:29 +0200 Subject: [PATCH] with correct path --- cmd/kraken/commands/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kraken/commands/process.go b/cmd/kraken/commands/process.go index 83aa0eb..91bd822 100644 --- a/cmd/kraken/commands/process.go +++ b/cmd/kraken/commands/process.go @@ -23,7 +23,7 @@ func CreateKrakenProcessCmd() *cobra.Command { }{ Repository: "git@git.front.kjuulh.io:kjuulh/kraken.git", Branch: "feature/query-results", - Path: "_examples/queries/scrabe_readme/", + Path: "_examples/queries/scrape_readme/", }) if err != nil { panic(err)