Skip to content

Commit

Permalink
Forigu git checkout main
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <[email protected]>
  • Loading branch information
norwd authored Dec 16, 2024
1 parent a66a324 commit deeedc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latexmkrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (-d $hooks_dir) {
my $mode = (stat($hook))[2];
chmod $mode | 0111, $hook;
}
system "git", "checkout", "main"; # Generate .git/gitHeadInfo.gin
# system "git", "checkout", "main"; # Generate .git/gitHeadInfo.gin
}
}

Expand Down

0 comments on commit deeedc3

Please sign in to comment.