Skip to content

Commit a7b6108

Browse files
authored
Update clean-tgc command (#15347)
1 parent 9870b22 commit a7b6108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ clean-tgc:
118118
rm -rf ./tfplan2cai/converters/google/resources;\
119119
rm -rf ./cai2hcl/*;\
120120
find ./tfplan2cai/test/** -type f -exec git rm {} \; > /dev/null;\
121-
rm -rf ./pkg/cai2hcl/*;\
122-
rm -rf ./pkg/tfplan2cai/*;\
121+
rm -rf ./pkg/*;\
122+
rm -rf ./test/*;\
123123

124124
tgc:
125125
cd mmv1;\

0 commit comments

Comments
 (0)