gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Feb. 01 '23 10:47:37
Commit
9189ffa675390a67662e6b6baabb49776069abac
Parent
eaccb0cd13c7f5496daf9c33fcf41ba745fcefa1
Changes
diff --git a/project.go b/project.go
index e36434a..7b95787 100644
--- a/project.go
+++ b/project.go
@@ -74,7 +74,6 @@ func (p *project) save() error {
 
 func (p *project) updateBranches(branches []branch) {
 	for _, b := range branches {
-		// NOTE: Is this needed still if the repo is downloaded each time the script is run?
 		ref := fmt.Sprintf("refs/heads/%s:refs/origin/%s", b, b)
 
 		cmd := exec.Command("git", "fetch", "--force", "origin", ref)