diff --git a/commands/create.js b/commands/create.js index 0668c93..e127509 100644 --- a/commands/create.js +++ b/commands/create.js @@ -17,7 +17,7 @@ export const options = [ export const argument = ["", "name of the project directory (must not exist)"]; export const main = async (target, opts) => { - const git_url = `${GIT_BASE}${BANDO_GIT}.git`; + const git_url = `${GIT_BASE}${opts.using}.git`; log.info(`Cloning from ${git_url}`); diff --git a/package.json b/package.json index bd7e8a0..d773f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ljsthw-bandolier", - "version": "0.4.1", + "version": "0.4.2", "description": "Generates projects using the Bandolier educational framework.", "main": "bando.js", "bin": {