Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Another manual fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 7, 2019
1 parent 8a5f820 commit 0b11df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer.hack
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ final class Writer {
$autoload_map_typedef =
'__DIR__.\'/../\'.'.\var_export($this->relativePath(__DIR__.'/AutoloadMap.hack'), true);
} else {
$autoload_map_typedef = \var_export(__DIR__.'/AutoloadMap.php', true);
$autoload_map_typedef = \var_export(__DIR__.'/AutoloadMap.hack', true);
}
$code = <<<EOF
/// Generated file, do not edit by hand ///
Expand Down

0 comments on commit 0b11df7

Please sign in to comment.