Skip to content

Commit fbfa32b

Browse files
PexMorjwerak
authored andcommitted
add src to path
1 parent e3a1b5e commit fbfa32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06_operator_sdk/README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Check [[./prerequisites_operator_sdk.org][operator-sdk prerequisites]] doc befor
1111
Create minimal Operator in ~GOPATH~:
1212

1313
#+begin_src bash
14-
mkdir -p $GOPATH/github.com/prgcont/
15-
cd $GOPATH/github.com/prgcont/
14+
mkdir -p $GOPATH/src/github.com/prgcont/
15+
cd $GOPATH/src/github.com/prgcont/
1616
operator-sdk new workshop-operator
1717
#+end_src
1818

0 commit comments

Comments
 (0)