Skip to content

Fix incorrect false comparison logic

Ash McKenzie requested to merge 1197-running-a-gdk-update-fails-for-gitaly into main

What does this Merge Request do and why?

This MR fixes a bug where the false string was incorrectly inspected, resulting in git fetch not being run for all projects except for gitlab-org/gitlab.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1197 (closed)

Merge request reports