@ -17,7 +17,7 @@ export const options = [
export const argument = ["<target>", "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}`);
@ -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": {