Skip to content

Commit

Permalink
Merge pull request #264 from shalb/makefile-hotfix
Browse files Browse the repository at this point in the history
hotfix version check
  • Loading branch information
romanprog authored Jun 12, 2024
2 parents 410ef7a + 3a01e67 commit 1d3a0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SRC := $(shell find . -type f -name '*.go' -print)

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

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

Expand Down
3 changes: 2 additions & 1 deletion tests/test-project/local-tmpl/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ _p: &provider_aws
- aws:
region: {{ .variables.region }}

name: l
name: local-template
kind: StackTemplate
cliVersion: "~>0.9.2"
units:
-
name: create-bucket
Expand Down

0 comments on commit 1d3a0eb

Please sign in to comment.