Skip to content

Commit 0ef886a

Browse files
author
Andrew Hartpence
authored
Merge pull request egen#172 from SuberCyber/patch-1
Update task-hello-world.md
2 parents 26bf076 + bde2b73 commit 0ef886a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/task-hello-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image_path: /images/build-output-hello-world.png
77
The central concept of Concourse is to run tasks. You can run them directly from the command line as below, or from within pipeline jobs (as per every other section of the tutorial).
88

99
```
10-
git clone https://github.com/starkandwayne/concourse-tutorial
10+
git clone https://github.com/starkandwayne/concourse-tutorial.git
1111
cd concourse-tutorial/tutorials/basic/task-hello-world
1212
fly -t tutorial execute -c task_hello_world.yml
1313
```
@@ -89,4 +89,4 @@ The reason that you can select any base `image` (or `image_resource` when [confi
8989

9090
## Miscellaneous
9191

92-
If you're interested in creating new Docker images using Concourse (of course you are), then there is a future section [Create and Use Docker Images](/miscellaneous/docker-images).
92+
If you're interested in creating new Docker images using Concourse (of course you are), then there is a future section [Create and Use Docker Images](/miscellaneous/docker-images).

0 commit comments

Comments
 (0)