Skip to content

Commit

Permalink
Update launch-preview.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Oct 6, 2023
1 parent af5267f commit 45d58ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...');
Expand Down

0 comments on commit 45d58ff

Please sign in to comment.