Skip to content

Commit 534d9d6

Browse files
committed
Remove
1 parent 24605ef commit 534d9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func AddToCursorIgnore(filename string, loader flowkit.ReaderWriter) error {
8282
filePermissions := os.FileMode(0644)
8383

8484
fileStat, err := os.Stat(cursorIgnorePath)
85-
if !os.IsNotExist(err) { // if cursorignore exists
85+
if !os.IsNotExist(err) {
8686
cursorIgnoreFilesRaw, err := loader.ReadFile(cursorIgnorePath)
8787
if err != nil {
8888
return err

0 commit comments

Comments
 (0)