Qarik-Group / concourse-tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.
870 stars 555 forks source link

Incorrect syntax in tutorial #253

Closed joblini closed 2 years ago

joblini commented 2 years ago

There is a syntax error in the Fly Help section of the Introduction to Concourse tutorial.

https://concoursetutorial.com/#fly-help

Using option long forms as in the fly login command above, makes the command line hard to read, so we will use the short option forms in the remainder of this tutorial. Here is the login command again using the short option names.

fly -t tutorial login --c http://127.0.0.1:8080 -u admin -p admin

--c should be -c (single dash)

norman-abramovitz commented 2 years ago

Thanks!

norman-abramovitz commented 2 years ago

done