Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaranov34 committed Jun 27, 2024
1 parent 015c36a commit 6aaa2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn build() {
let checkout_status = if clone_status.success() {
Command::new("git")
.current_dir(TON_MONOREPO_DIR)
.args(["checkout", TON_MONOREPO_DIR])
.args(["checkout", TON_MONOREPO_REVISION])
.status()
.unwrap()
} else {
Expand Down

0 comments on commit 6aaa2e2

Please sign in to comment.