Skip to content

Commit 2539378

Browse files
Update internal/super/setup.go
Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com>
1 parent d54821a commit 2539378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/super/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func startInteractiveSetup(
298298
return "", err
299299
}
300300

301-
err = updateCursorignore(tempDir)
301+
err = updateCursorIgnore(tempDir)
302302
if err != nil {
303303
return "", err
304304
}

0 commit comments

Comments
 (0)