Fix incomplete comment

This commit is contained in:
Héctor Ramón Jiménez 2019-08-16 03:16:52 +02:00
parent ebb6752c14
commit 6a227682ef

View File

@ -9,7 +9,7 @@ import {chmodSync} from 'fs';
let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || '';
export async function install() {
// `rustup` is already installed in
// `rustup` is already installed on Linux and Windows platforms
if (os.platform() == 'darwin') {
let toolPath = await installOnUnix();