Skip to content

Commit

Permalink
fix: default config paths (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Semagin <[email protected]>
  • Loading branch information
pixel365 authored Feb 20, 2025
1 parent b8107ea commit 292416d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ func DefaultYAML() string {
version: 1.0.0
account: test
repository: ""
buildDirectory: "./dist"
logDirectory: "./logs"
buildDirectory: "./dist/test"
logDirectory: "./logs/test"
stages:
- name: "components"
to: "install/components"
Expand Down
4 changes: 2 additions & 2 deletions internal/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ func TestDefaultYAML(t *testing.T) {
version: 1.0.0
account: test
repository: ""
buildDirectory: "./dist"
logDirectory: "./logs"
buildDirectory: "./dist/test"
logDirectory: "./logs/test"
stages:
- name: "components"
to: "install/components"
Expand Down

0 comments on commit 292416d

Please sign in to comment.