Skip to content

Commit

Permalink
vcs: Fixed a bug that caused checkout to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
tee3 committed May 31, 2021
1 parent 8e57bac commit 843c639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/vcs.jam
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ rule fetch
#
rule checkout
(
directory # A directory resulting from a fetch or checkout.
directory : # A directory resulting from a fetch or checkout.
symbolic-ref # The VCS-specific symbolic reference to check out.
)
{
Expand Down

0 comments on commit 843c639

Please sign in to comment.