| Index: deploytool/cmd/luci_deploy/param.go
|
| diff --git a/deploytool/cmd/luci_deploy/param.go b/deploytool/cmd/luci_deploy/param.go
|
| index 42161228a786f4cfc313717f854f84de84e56931..e4e53e27f030b58479ba1c8ac5e140b6f00c40e7 100644
|
| --- a/deploytool/cmd/luci_deploy/param.go
|
| +++ b/deploytool/cmd/luci_deploy/param.go
|
| @@ -40,7 +40,7 @@ func substitute(vp *string, subs map[string]string) error {
|
| } else {
|
| // panic to immediately stop matching. This will be caught at the top of
|
| // this function.
|
| - return errors.Reason("undefined parameter %(key)q").D("key", key).Err()
|
| + return errors.Reason("undefined parameter %q", key).Err()
|
| }
|
| }
|
|
|
|
|