Wrong spelling on the git option.

master
Zed A. Shaw 1 year ago
parent 52a9ba3cee
commit dde93d5f27
  1. 2
      commands/create.js

@ -23,7 +23,7 @@ export const main = async (target, opts) => {
process.exit(1);
} catch(error) {
// access is stupid, it throws an exception but we want the negative response as a positive outcome
exec_i(`git clone --depth 1 ${BANDO_GIT} ${target} --templates=${opts.templates}`);
exec_i(`git clone --depth 1 ${BANDO_GIT} ${target} --template=${opts.template}`);
process.exit(0);
}
}

Loading…
Cancel
Save