Skip to content

Commit ba2c838

Browse files
authored
frint-cli: removed extra space from command. (#212)
1 parent f4762c1 commit ba2c838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frint-cli/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = createApp({
3939

4040
const cmds = [
4141
`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}`,
42+
`curl https://codeload.github.com/Travix-International/frint/tar.gz/master | tar -xz -C ${dir} --strip=3 frint-master/examples/${example}`,
4343
];
4444

4545
deps.console.log('Initializing...');

0 commit comments

Comments
 (0)