Skip to content

Commit b1c78de

Browse files
authored
Remove wrong braces in documentation (argoproj#9903)
Signed-off-by: Max Görner <[email protected]>
1 parent ff3133f commit b1c78de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/running-locally.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You have two options:
77

88
## Git Clone
99

10-
Clone the Git repo into: `$(GOPATH)/src/github.com/argoproj/argo-workflows`. Any other path will mean the code
10+
Clone the Git repo into: `$GOPATH/src/github.com/argoproj/argo-workflows`. Any other path will mean the code
1111
generation does not work.
1212

1313
## Development Container
@@ -152,7 +152,7 @@ make start PROFILE=mysql AUTH_MODE=client STATIC_FILES=false API=true
152152
If you want to run Azure tests against a local Azurite:
153153

154154
```bash
155-
kubectl -n $(KUBE_NAMESPACE) apply -f test/e2e/azure/deploy-azurite.yaml
155+
kubectl -n $KUBE_NAMESPACE apply -f test/e2e/azure/deploy-azurite.yaml
156156
make start
157157
```
158158

@@ -221,7 +221,7 @@ git commit --signoff -m 'feat: Added a new feature. Fixes #1234'
221221

222222
* When running `make pre-commit -B`, if you encounter errors like
223223
`make: *** [pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.swagger.json] Error 1`, ensure that you
224-
have checked out your code into `$(GOPATH)/src/github.com/argoproj/argo-workflows`.
224+
have checked out your code into `$GOPATH/src/github.com/argoproj/argo-workflows`.
225225
* If you encounter "out of heap" issues when building UI through Docker, please validate resources allocated to Docker.
226226
Compilation may fail if allocated RAM is less than 4Gi.
227227

0 commit comments

Comments
 (0)