Skip to content

Commit

Permalink
Switch to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa authored and GenPage committed Dec 12, 2023
1 parent ea0aba0 commit a9b86be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/working_dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (w *FileWorkspace) HasDiverged(cloneDir string) bool {
return false
}

statusFetchCmd := exec.Command("git", "remote", "update")
statusFetchCmd := exec.Command("git", "fetch")
statusFetchCmd.Dir = cloneDir
outputStatusFetch, err := statusFetchCmd.CombinedOutput()
if err != nil {
Expand Down

0 comments on commit a9b86be

Please sign in to comment.