Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof authored and glours committed May 30, 2024
1 parent 7dfa54c commit 76507d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion override/uncity.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func envFileIndexer(y any, p tree.Path) (string, error) {
if pathValue, ok := value["path"]; ok {
return pathValue.(string), nil
}
return "", fmt.Errorf("environment path attribut %s is missing", p)
return "", fmt.Errorf("environment path attribute %s is missing", p)
}
return "", nil
}

0 comments on commit 76507d2

Please sign in to comment.