Skip to content

Commit 3a01e67

Browse files
committed
fix version
1 parent 410ef7a commit 3a01e67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SRC := $(shell find . -type f -name '*.go' -print)
1717

1818
VERSION = `git describe --tag --abbrev=0`
1919
BUILD = `date +%FT%T%z`
20-
CONFIG_PKG = "github.com/shalb/cluster.dev/pkg/config"
20+
CONFIG_PKG = "github.com/shalb/cluster.dev/internal/config"
2121

2222
TLIST = `cdev project create --list-templates`
2323

tests/test-project/local-tmpl/template.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ _p: &provider_aws
22
- aws:
33
region: {{ .variables.region }}
44

5-
name: l
5+
name: local-template
66
kind: StackTemplate
7+
cliVersion: "~>0.9.2"
78
units:
89
-
910
name: create-bucket

0 commit comments

Comments
 (0)