diff --git a/launch-preview.js b/launch-preview.js index e0f24b973..9d731ce5b 100644 --- a/launch-preview.js +++ b/launch-preview.js @@ -11,7 +11,7 @@ execSync('rm -Rf ./styleguide'); // Clone fresh. console.log('Cloning...'); -execSync(`git clone -b ${branch} https://github.com/su-sws/decanter-web.git styleguide`); +execSync(`git clone https://github.com/su-sws/decanter-web.git styleguide`); // Add this branch as a dependency. console.log('Adding dependency...');