Skip to content

Commit 7e75d4f

Browse files
committed
Update CLI tool config
Fixing example config for tackle CLI tool.
1 parent deb8fbb commit 7e75d4f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bin/
22
vendor/
33
.idea
4-
hack/tool/tackle-config.yml.example
4+
hack/tool/tackle-data
5+
hack/tool/tackle-config.yml

hack/tool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ options:
5656
-v, --verbose Print verbose output (including all API requests).
5757
```
5858

59-
API endpoints and credentials should be set in a config file (```tackle-config.yhml``` by default).
59+
API endpoints and credentials should be set in a config file (```tackle-config.yml``` by default).
6060

6161
```
6262
---

hack/tool/tackle-config.yml hack/tool/tackle-config.yml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# A default Tackle 2 endpoint and credentials
2+
# Default Tackle 2 endpoint and credentials
33
url: https://tackle-konveyor-tackle.apps.cluster.local
44
username: admin
55
password:

0 commit comments

Comments
 (0)