We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4762c1 commit ba2c838Copy full SHA for ba2c838
packages/frint-cli/commands/init.js
@@ -39,7 +39,7 @@ module.exports = createApp({
39
40
const cmds = [
41
`mkdir -p ${dir}`,
42
- `curl https://codeload.github.com/Travix-International/frint/tar.gz/master | tar -xz -C ${dir} --strip=3 frint-master/examples/ ${example}`,
+ `curl https://codeload.github.com/Travix-International/frint/tar.gz/master | tar -xz -C ${dir} --strip=3 frint-master/examples/${example}`,
43
];
44
45
deps.console.log('Initializing...');
0 commit comments