potiuk commented on a change in pull request #5623: [AIRFLOW-5002] Diagnostics 
of getopt fixed for zsh on MacOS
URL: https://github.com/apache/airflow/pull/5623#discussion_r305894377
 
 

 ##########
 File path: CONTRIBUTING.md
 ##########
 @@ -281,11 +281,21 @@ clean the docker disk space periodically.
 If you are on MacOS:
 
 * Run `brew install gnu-getopt coreutils` (if you use brew, or use equivalent 
command for ports)
-* Then (with brew) link the gnu-getopt to become default as suggested by brew 
by typing.
+* Then (with brew) link the gnu-getopt to become default as suggested by brew 
by typing:
 ```bash
-echo 'export PATH=\"/usr/local/opt/gnu-getopt/bin:\$PATH\"' >> ~/.bash_profile"
-. ~/.bash_profile"
+echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.bash_profile
+. ~/.bash_profile
 ```
+
+if you use bash or
 
 Review comment:
   Good point. fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to