diff --git a/commands/create.js b/commands/create.js index e25ecff..af590ee 100644 --- a/commands/create.js +++ b/commands/create.js @@ -2,7 +2,7 @@ import fs from "fs/promises"; import { mkdir_to, exec_i } from "../lib/builderator.js"; import { log } from "../lib/logging.js"; -export const BANDO_GIT = "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git"; +export const BANDO_GIT = "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template.git"; export const description = "Test command."; diff --git a/package.json b/package.json index 094b3a6..48772fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ljsthw-bandolier", - "version": "0.1.2", + "version": "0.1.3", "description": "Generates projects using the Bandolier educational framework.", "main": "bando.js", "bin": {