Skip to content

Commit

Permalink
fix typo in cImportPaths dub describe data
Browse files Browse the repository at this point in the history
since it's not used anywhere else in code in this casing, adjusted to
make it the same as everyhing else. Was likely a bug, but no issue was
filed for this yet.

Test cases don't seem to exist for cImportPaths with dub describe at all
  • Loading branch information
WebFreak001 committed Sep 4, 2023
1 parent 7d2a2a3 commit f94ef48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dub/project.d
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ class Project {
case "stringImportFiles":
case "sourceFiles":
case "importPaths":
case "CImportPaths":
case "cImportPaths":
case "stringImportPaths":
return values.map!(escapeShellFileName).array();

Expand Down

0 comments on commit f94ef48

Please sign in to comment.