We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da0f0d commit 5ea588bCopy full SHA for 5ea588b
pkg/utils/file/file.go
@@ -179,7 +179,7 @@ func CreateFileAndWriteContent(path string, content string) error {
179
return nil
180
}
181
182
-// IsNotExistMkDir create a directory if it does not exist
+// IsNotExistCreateFile create a file if it does not exist
183
func IsNotExistCreateFile(src string) error {
184
if notExist := CheckNotExist(src); notExist {
185
if err := CreateFile(src); err != nil {
0 commit comments