Merge branch 'master' into stevenGravy-oidc-debugoutput-patch-2

This commit is contained in:
Steven Martin 2020-04-07 14:13:49 -04:00 committed by GitHub
commit ac5d427b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
.github/CODEOWNERS vendored
View file

@ -13,14 +13,14 @@
/docs/ @benarent @webvictim
# Backend Engineering.
/e/ @klizhentas @russjones @fspmarshall @webvictim
/fixtures/ @klizhentas @russjones @fspmarshall @webvictim
/integration/ @klizhentas @russjones @fspmarshall @webvictim
/lib/ @klizhentas @russjones @fspmarshall @webvictim
/modules/ @klizhentas @russjones @fspmarshall @webvictim
/tool/ @klizhentas @russjones @fspmarshall @webvictim
/vendor/ @klizhentas @russjones @fspmarshall @webvictim
/e/ @klizhentas @russjones @fspmarshall @webvictim @awly
/fixtures/ @klizhentas @russjones @fspmarshall @webvictim @awly
/integration/ @klizhentas @russjones @fspmarshall @webvictim @awly
/lib/ @klizhentas @russjones @fspmarshall @webvictim @awly
/modules/ @klizhentas @russjones @fspmarshall @webvictim @awly
/tool/ @klizhentas @russjones @fspmarshall @webvictim @awly
/vendor/ @klizhentas @russjones @fspmarshall @webvictim @awly
# Frontend Engineering.
/lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim
/lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim @awly
/web/ @alex-kovoy

View file

@ -55,7 +55,7 @@ $ which teleport
**Tarball**
```bash
$ curl https://get.gravitational.com/teleport-v{{ teleport.version }}linux-amd64-bin.tar.gz.sha256
$ curl https://get.gravitational.com/teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz.sha256
# <checksum> <filename>
$ curl -O https://get.gravitational.com/teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz
$ shasum -a 256 teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz