From 1571cdcad576cf60009f421fc759299545d586e4 Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 11 Jan 2020 03:55:22 +0300 Subject: [PATCH] Fix build instructions generator. GitOrigin-RevId: 1d89c2864b063bd196b1fd6272ad8291ed8a5a20 --- build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.html b/build.html index a6262a1b..4208e5f8 100644 --- a/build.html +++ b/build.html @@ -666,9 +666,9 @@ function onOptionsChanged() { } } commands.push('git clone https://github.com/tdlib/td.git'); - commands.push('git checkout v1.5.0'); commands.push('cd td'); + commands.push('git checkout v1.5.0'); if (use_vcpkg) { commands.push('git clone https://github.com/Microsoft/vcpkg.git');