typo in last commit

This commit is contained in:
Steven Polley 2020-05-29 20:39:22 -06:00
parent 2df2ec2ba9
commit f2327b1c1d
1 changed files with 1 additions and 1 deletions

View File

@ -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")