Got the git URL wrong for the option --using.

master
Zed A. Shaw 1 year ago
parent ebdcf509fb
commit 933db224a4
  1. 2
      commands/create.js
  2. 2
      package.json

@ -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": {

Loading…
Cancel
Save