Skip to content

Commit 935078a

Browse files
committed
demo
1 parent fb86c71 commit 935078a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/options/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Rule:
178178
Response: # 替换的响应内容
179179
Body:
180180
Append: <script type='text/javascript'>setTimeout(function(){alert("hello goblin!");}, 2000);</script> # 追加字符串`
181-
pluginDemo := options.Proxy.PluginDir + "/" + "pam.yaml"
181+
pluginDemo := options.Proxy.PluginDir + "/" + "demo.yaml"
182182
err = ioutil.WriteFile(pluginDemo, []byte(demo), 0755) //nolint:
183183
if err != nil {
184184
log.Fatal("%s", err.Error())

0 commit comments

Comments
 (0)