Skip to content

Commit

Permalink
fixed netlify specific mbv not pulling in the correct tags part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 30, 2024
1 parent a245c03 commit 396cd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mvb.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if (shallow) updateRefs.push('--unshallow');
await oexec('git', updateRefs);

// make a copy of our repo
// netlify does weird shit that requires special special dispensation
// @NOTE: netlify does weird shit that requires special special dispensation
if (process.env?.NETLIFY === 'true') {
// get git URL from git config
const gitUrl = getStdOut('git config --get remote.origin.url', {trim: true});
Expand Down

0 comments on commit 396cd48

Please sign in to comment.