Skip to content

Commit

Permalink
remove obvious comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Oct 24, 2024
1 parent 095099e commit b4a7ce4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/setup-care-apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ const installApp = (app) => {

console.log(`Cloning ${app.package}...`);

// Form the clone URL
const cloneUrl = `https://github.com/${app.package.replace("github:", "")}.git`;

// Use git clone instead of gitget to ensure .git folder is present
const branchOption = app.branch ? ["--branch", app.branch] : [];

spawnSync("git", ["clone", ...branchOption, cloneUrl, appDir]);
Expand Down

0 comments on commit b4a7ce4

Please sign in to comment.