Skip to content

Commit a22760c

Browse files
authored
Merge pull request #13 from warrensbox/master
Need more testing
2 parents 4854d5c + 289083a commit a22760c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func main() {
5656
allowedExt[".auto.tfvars"] = true
5757
allowedExt[".auto.tfvars.json"] = true
5858
allowedExt[".json"] = true
59-
allowedExt[".properties"] = true
59+
//allowedExt[".properties"] = true needs more testing
6060

6161
if *versionFlag {
6262
fmt.Printf("Version : %s\n", version)

0 commit comments

Comments
 (0)