From f2327b1c1de5ac20fb433a95f37a3e887ad8ee0d Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 29 May 2020 20:39:22 -0600 Subject: [PATCH] typo in last commit --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 75c4936..23cf76c 100644 --- a/config.go +++ b/config.go @@ -30,7 +30,7 @@ func config(redirects []Redirect) error { } else { ruleName = redirect.sourceURL } - fmt.Sprintf("edit \"%s\"\n", ruleName) + fmt.Printf("edit \"%s\"\n", ruleName) fmt.Printf("set location %s\n", redirect.destinationURL) fmt.Println("set action redirect") fmt.Println("config match-condition")