Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit f59e67c

Browse files
author
Benton Roberts
committed
update documentation
1 parent 912ffa8 commit f59e67c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ To install the client, just grab it from the [releases page][1], uncompress the
1919

2020
# install Medidata docker-ssh-exec build tool from S3 bucket "mybucket"
2121
curl https://s3.amazonaws.com/mybucket/docker-ssh-exec/\
22-
docker-ssh-exec_0.3.2_linux_amd64.tar.gz | \
22+
docker-ssh-exec_0.5.1_linux_amd64.tar.gz | \
2323
tar -xz --strip-components=1 -C /usr/local/bin \
24-
docker-ssh-exec_0.3.2_linux_amd64/docker-ssh-exec
24+
docker-ssh-exec_0.5.1_linux_amd64/docker-ssh-exec
2525
mkdir -p /root/.ssh && chmod 0700 /root/.ssh
2626
ssh-keyscan github.com >/root/.ssh/known_hosts
2727

@@ -85,4 +85,4 @@ To build it yourself, just `go get` and `go install` as usual:
8585

8686

8787
--------
88-
[1]: https://github.com/mdsol/12factor-tools/releases
88+
[1]: https://github.com/mdsol/docker-ssh-exec/releases

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616

1717
// Package version & timestamp - interpolated by goxc
1818
const VERSION = "0.5.1"
19-
const SOURCE_DATE = "2015-10-26T06:23:34-07:00"
19+
const SOURCE_DATE = "2015-10-27T10:48:34-04:00"
2020

2121
func main() {
2222
config := newConfig()

0 commit comments

Comments
 (0)