remove unreachable code
This commit is contained in:
parent
86c3c44afe
commit
b52ee14776
|
@ -359,11 +359,6 @@ func (c *Core) init() error {
|
|||
tryCount++
|
||||
failedInterpolation = fmt.Sprintf(`"%s": "%s"`, k, v.Default)
|
||||
continue
|
||||
|
||||
return fmt.Errorf(
|
||||
// unexpected interpolation error: abort the run
|
||||
"error interpolating default value for '%s': %s",
|
||||
k, err)
|
||||
default:
|
||||
return fmt.Errorf(
|
||||
// unexpected interpolation error: abort the run
|
||||
|
|
Loading…
Reference in New Issue