summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-08-03 09:52:12 +0000
committerFabio Busatto <fabio@gitlab.com>2017-08-03 09:52:12 +0000
commitf38e0d5be0df51870d4a619462dfde53d8afb60e (patch)
treecb7f41f783b24ea76cce619d3764d1772a5522ea
parent4a9dd1d0d18cdb5cdb8b7f45d467554efd7e514b (diff)
downloadgitlab-ce-f38e0d5be0df51870d4a619462dfde53d8afb60e.tar.gz
Update index.md
-rw-r--r--doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md b/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md
index 9622b4b0761..c029cb65956 100644
--- a/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md
+++ b/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md
@@ -234,7 +234,7 @@ run:
```
It is very similar to the configuration used for `simple-maven-dep`, but instead of the `deploy` job there is a `run` job.
-Probably something that you don't want to use in real projects, but here it is useful to see the application automatically running.
+Probably something that you don't want to use in real projects, but here it is useful to see the application executed automatically.
And that's it! In the `run` job output log you will find a friendly hello to GitLab!