Skip to content

Commit

Permalink
frint-cli: removed extra space from command. (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 authored May 29, 2017
1 parent f4762c1 commit ba2c838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frint-cli/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = createApp({

const cmds = [
`mkdir -p ${dir}`,
`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}`,
];

deps.console.log('Initializing...');
Expand Down

0 comments on commit ba2c838

Please sign in to comment.