File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 "github.com/juju/juju/juju/osenv"
2020)
2121
22- //go:generate go run ../generate/filetoconst.go fallbackPublicCloudInfo fallback-public-cloud.yaml fallback_public_cloud.go 2015 cloud
22+ //go:generate go run ../generate/filetoconst/filetoconst .go fallbackPublicCloudInfo fallback-public-cloud.yaml fallback_public_cloud.go 2015 cloud
2323
2424// AuthType is the type of authentication used by the cloud.
2525type AuthType string
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "github.com/juju/juju/tools"
2323)
2424
25- //go:generate go run ../generate/filetoconst.go UserDataScript windowsuserdatafiles/userdata.ps1 winuserdatawrapper.go 2016 cloudconfig
25+ //go:generate go run ../generate/filetoconst/filetoconst .go UserDataScript windowsuserdatafiles/userdata.ps1 winuserdatawrapper.go 2016 cloudconfig
2626//go:generate go run ../generate/winuserdata/winuserdata.go 2016 winuserdata.go cloudconfig
2727
2828type aclType string
Original file line number Diff line number Diff line change 11// Copyright 2015 Canonical Ltd.
22// Licensed under the AGPLv3, see LICENCE file for details.
33
4- package main
4+ package generate
55
66// Package generate contains commands called by go generate.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments