Skip to content

Commit 76507d2

Browse files
ndeloofglours
authored andcommitted
fix typo
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 7dfa54c commit 76507d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

override/uncity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func envFileIndexer(y any, p tree.Path) (string, error) {
206206
if pathValue, ok := value["path"]; ok {
207207
return pathValue.(string), nil
208208
}
209-
return "", fmt.Errorf("environment path attribut %s is missing", p)
209+
return "", fmt.Errorf("environment path attribute %s is missing", p)
210210
}
211211
return "", nil
212212
}

0 commit comments

Comments
 (0)