Skip to content

Commit

Permalink
Remove reference to TF_DATA_DIR retained by mistake in #40 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored May 15, 2023
1 parent eaea302 commit a8d63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ docker/test:
.PHONY : clean
## Clean up files
clean:
rm -rf $(TF_DATA_DIR) ../../examples/complete/*.tfstate*
rm -rf ../../examples/complete/*.tfstate*

0 comments on commit a8d63f9

Please sign in to comment.