remove unreachable code

pull/7390/head
Megan Marsh 7 years ago
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…
Cancel
Save