Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename master to main #860

Merged
merged 1 commit into from
Aug 17, 2022
Merged
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 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