diff options
author | Oliver Poignant <oliver@poignant.se> | 2015-08-19 00:40:39 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2015-08-19 00:40:39 +0200 |
commit | 8dd763fe4037baf3428d4a8f5edf70447c71d709 (patch) | |
tree | e38d61a2e5ebfa1041c2dd58d2a91aad3835669d | |
parent | 79fc7b9a6f0c38c7922757a5307c955fc27fdce6 (diff) | |
download | Git-Auto-Deploy-8dd763fe4037baf3428d4a8f5edf70447c71d709.zip Git-Auto-Deploy-8dd763fe4037baf3428d4a8f5edf70447c71d709.tar.gz Git-Auto-Deploy-8dd763fe4037baf3428d4a8f5edf70447c71d709.tar.bz2 |
Updated repo
-rw-r--r-- | GitAutoDeploy.conf.json.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GitAutoDeploy.conf.json.example b/GitAutoDeploy.conf.json.example index 5e038f1..47bf187 100644 --- a/GitAutoDeploy.conf.json.example +++ b/GitAutoDeploy.conf.json.example @@ -8,9 +8,9 @@ ], "repositories": [{ - "url": "https://github.com/olipo186/Github-Gitlab-Auto-Deploy.git", + "url": "https://github.com/olipo186/Git-Auto-Deploy.git", "branch": "master", - "path": "~/repositories/Github-Gitlab-Auto-Deploy", + "path": "~/repositories/Git-Auto-Deploy", "deploy": "echo deploying" }, { |