Skip to content

Commit 1714a50

Browse files
committed
Add TODO comment
1 parent c2f0259 commit 1714a50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/publish.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ have published it.\
277277

278278
getDefaultBranch(repo) {
279279
try {
280+
// TODO replace with repo.getSymbolicRefTarget once the Windows issues in @pulsar-edit/git-utils have been fixed
281+
// see https://github.com/pulsar-edit/ppm/pull/175/changes/478aa593a92137dd43b9a95842edd1f3a9cfb586
280282
const ref = execSync('git symbolic-ref refs/remotes/origin/HEAD', {
281283
encoding: 'utf8',
282284
stdio: ['pipe', 'pipe', 'ignore']

0 commit comments

Comments
 (0)