Skip to content

Commit 9812d9e

Browse files
committed
Updated README
1 parent 1f60541 commit 9812d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [configuring envtest for integration tests](https://book.kubebuilder.io/refe
2424
However, the makefile is setup to install kubebuilder tools in `$PROJECT_DIR/bin`. So, running `make binaries`, and setting
2525
env var KUBEBUILDER_ASSETS should be enough for envtest to work.
2626

27-
- export PROJECT_DIR=`pwd`
27+
- export PROJECT_DIR=$(pwd)
2828

2929
- copy cloud-config to project dir.
3030

0 commit comments

Comments
 (0)