Skip to content

Commit 8e4c435

Browse files
committed
Apply suggestions from code review
1 parent b5034b5 commit 8e4c435

File tree

1 file changed

+1
-1
lines changed
  • content/en/security/application_security/setup/go

1 file changed

+1
-1
lines changed

content/en/security/application_security/setup/go/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can monitor App and API Protection for Go apps running in Docker, Kubernetes
5656

5757
4. **Recompile your program** with Orchestrion with the `appsec` build:
5858
```console
59-
$ orchestrion go build -tags appsec my-program
59+
$ orchestrion go build -tags=appsec my-program
6060
```
6161
More options on how to use orchestrion can be found in the [Orchestrion usage][7].
6262

0 commit comments

Comments
 (0)