INFRA-3700 | Dhruv | fix readme

This commit is contained in:
dhruvjoshi
2024-08-29 23:19:59 +05:30
parent 4888dd945e
commit 1691a71da2
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ go-bindata -pkg=bindata -o bindata/bindata.go templates/...
Always run
```shell
go-bindata -o bindata/bindata.go templates/...
go-bindata -pkg=bindata -o bindata/bindata.go templates/...
go test ./...
```

View File

@@ -18,7 +18,7 @@
// templates/rds-tf/scripts/pre-terraform-apply/modify-version/11__to__13.sh (5.643kB)
// templates/rds-tf/scripts/run_additional_scripts.sh (1.444kB)
package main
package bindata
import (
"bytes"
@@ -99,7 +99,7 @@ func templatesAuroraDbTfDeploySh() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "templates/aurora-db-tf/deploy.sh", size: 1542, mode: os.FileMode(0644), modTime: time.Unix(1724943915, 0)}
info := bindataFileInfo{name: "templates/aurora-db-tf/deploy.sh", size: 1542, mode: os.FileMode(0644), modTime: time.Unix(1724953624, 0)}
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0xca, 0x13, 0x6b, 0x13, 0x6b, 0x65, 0x6c, 0x53, 0x2e, 0x20, 0x26, 0x27, 0x4d, 0x1e, 0xa5, 0x71, 0x75, 0xb9, 0x2f, 0x6a, 0xed, 0xc4, 0xc1, 0x38, 0x14, 0xcc, 0x65, 0xf7, 0x4b, 0xf0, 0xbb}}
return a, nil
}