challenges/refresh: change refresh-mode to refresh-via as examples show
This commit is contained in:
@@ -13,7 +13,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Parameters struct {
|
type Parameters struct {
|
||||||
Mode string `yaml:"refresh-mode"`
|
Mode string `yaml:"refresh-via"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var DefaultParameters = Parameters{
|
var DefaultParameters = Parameters{
|
||||||
|
Reference in New Issue
Block a user