Skip to content

Commit

Permalink
return master version for downlod on init ci-skip skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-malko committed Jan 12, 2020
1 parent fc69caf commit c619953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command-actions/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const tarsUtils = require("../utils");
const configPromt = require("../promt/config-promt");
const fsPromt = require("../promt/fs-promt");
const saveConfigAnswers = require("../promt/save-config-answers");
let tarsZipUrl = "https://github.com/tars/tars/archive/gulp-v4.zip";
let tarsZipUrl = "https://github.com/tars/tars/archive/master.zip";
let commandOptions = {};

/**
Expand Down

0 comments on commit c619953

Please sign in to comment.