Skip to content

Use double instead of single quotes around source commands

Timo Furrer requested to merge gdk-how-to-quoting into main

What does this Merge Request do and why?

This change replaces the single with double quotes in the documentation of how to setup the GDK with a GKE cluster.

If single quotes are used the subshell ($(brew --prefix)) is never evaluated and therefore it stays literal and thus the path does exist and source fails with something along the lines of:

source: no such file or directory: $(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc

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.

Merge request reports