Skip to content

Commit 4ea92b0

Browse files
committed
wip
1 parent 00d33e6 commit 4ea92b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcl/src/src/mcl/commands/dev_commit.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ string[] getAuthors()
133133
export void dev_commit()
134134
{
135135
initGitDiff();
136-
gitIgnore = readText("./.gitignore").split("\n");
136+
gitIgnore = readText(rootDir() ~ "/.gitignore").split("\n");
137137
writeln(guessScope().join("\n"));
138138
return;
139139

0 commit comments

Comments
 (0)