Skip to content

Commit

Permalink
LOL
Browse files Browse the repository at this point in the history
Co-authored-by: Akuli <[email protected]>
  • Loading branch information
littlewhitecloud and Akuli authored Dec 10, 2023
1 parent 822af4c commit abfbfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void mkdir_exist_ok(const char *p)

static void write_gitinore(const char *p)
{
char *filename = malloc_sprintf("%s/.gitinore", p);
char *filename = malloc_sprintf("%s/.gitignore", p);
if (access(filename, F_OK)) {
free(filename);
return;
Expand Down

0 comments on commit abfbfee

Please sign in to comment.