Skip to content

Commit

Permalink
Rename to (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Aug 17, 2022
1 parent abeabd0 commit 44a5177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="engineering@kolide.co"
ARG FAKE

# Default version to build
ARG gitver=master
ARG gitver=main

# The launcher build is generally not GOPATH, however, we do assume
# that the notary files are there. Eg, we hardcode paths.
Expand Down
2 changes: 1 addition & 1 deletion cmd/launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You *could* run `go get github.com/kolide/launcher/cmd/...` to install the binar

## General Usage

To use The Launcher to easily connect osquery to a server that is compliant with the [gRPC specification](https://github.com/kolide/agent-api/blob/master/agent_api.proto), invoke the binary with just a few flags:
To use The Launcher to easily connect osquery to a server that is compliant with the [gRPC specification](https://github.com/kolide/agent-api/blob/main/agent_api.proto), invoke the binary with just a few flags:

- `--hostname`: the hostname of the gRPC server for your environment
- `--root_directory`: the location of the local database, pidfiles, etc.
Expand Down
2 changes: 1 addition & 1 deletion docs/launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provided with this repository.

To use The Launcher to easily connect osquery to a server that is
compliant with the [gRPC
specification](https://github.com/kolide/agent-api/blob/master/agent_api.proto),
specification](https://github.com/kolide/agent-api/blob/main/agent_api.proto),
invoke the binary with just a few flags:

- `--hostname`: the hostname of the gRPC server for your environment
Expand Down

0 comments on commit 44a5177

Please sign in to comment.