Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/hypervisor/onegate-server.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Auth
################################################################################

# Authentication driver for incomming requests
# Authentication driver for incoming requests
# onegate, based on token provided in the context
#
:auth: onegate
Expand Down
2 changes: 1 addition & 1 deletion libs/rules_task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Instead of using the `stamp_stable` and `stamp_volatile` flags, you can use the
echo "VOLATILE_SOME_VAR BAR"
```

And running `cat` on the the version file
And running `cat` on the version file

```bazel
task(
Expand Down