Skip to content

Commit

Permalink
remove local path in demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Apr 13, 2018
1 parent 516cedd commit 47d66ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions butler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ templates:
url: https://github.com/netzkern/example-project-template.git
- name: Kentico 8
url: https://github.com/netzkern/example-project-template.git
- name: test
url: C:\Users\nk.dusdeu468\Documents\Repositorys\nk.DevOps.SC9.ButlerTemplate

variables:
company: netzkern
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type commandSelection struct {

var (
cfg *config.Config
version = "0.8.0"
version = "0.8.1"
primaryCommands = []string{
"Create Project",
"Create Confluence Space",
Expand Down

0 comments on commit 47d66ec

Please sign in to comment.