typo in last commit
This commit is contained in:
parent
2df2ec2ba9
commit
f2327b1c1d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user