Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: jinjiadu <[email protected]>
  • Loading branch information
jinjiadu committed Aug 31, 2024
1 parent 3a835c0 commit b7e6c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func CreateFileAndWriteContent(path string, content string) error {
return nil
}

// IsNotExistMkDir create a directory if it does not exist
// IsNotExistCreateFile create a fi if it does not exist
func IsNotExistCreateFile(src string) error {
if notExist := CheckNotExist(src); notExist {
if err := CreateFile(src); err != nil {
Expand Down

0 comments on commit b7e6c3d

Please sign in to comment.