mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-04 09:08:51 +00:00
fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
f9be835288
commit
3edfff49a2
6 changed files with 7 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ type Manifest struct {
|
|||
Content string
|
||||
}
|
||||
|
||||
// WriteFile writes the YAML content to a file inside the the root path.
|
||||
// WriteFile writes the YAML content to a file inside the root path.
|
||||
// If the file does not exist, WriteFile creates it with permissions perm,
|
||||
// otherwise WriteFile overwrites the file, without changing permissions.
|
||||
func (m *Manifest) WriteFile(rootDir string) (string, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue