From bbec2ddb4b754c35ebb0efeac8932bd4401d7a63 Mon Sep 17 00:00:00 2001 From: "jemartin@homeaway.com" Date: Thu, 4 Jul 2019 10:20:04 +0100 Subject: [PATCH] Update running.md with --vcs-api-host --vcs-login flags --- docs/running.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/running.md b/docs/running.md index 031e6e8c3b..c794d2f823 100644 --- a/docs/running.md +++ b/docs/running.md @@ -8,8 +8,8 @@ sbt stage --repos-file "$STEWARD_DIR/repos.md" \ --git-author-name "Scala steward" \ --git-author-email ${EMAIL} \ - --github-api-host "https://api.github.com" \ - --github-login ${LOGIN} \ + --vcs-api-host "https://api.github.com" \ + --vcs-login ${LOGIN} \ --git-ask-pass "$STEWARD_DIR/.github/askpass/$LOGIN.sh" \ --sign-commits \ --env-var FOO=BAR @@ -25,8 +25,8 @@ docker run -v $STEWARD_DIR:/opt/scala-steward -it scala-steward:0.1.0-SNAPSHOT \ --repos-file "/opt/scala-steward/repos.md" \ --git-author-name "Scala steward" \ --git-author-email ${EMAIL} \ - --github-api-host "https://api.github.com" \ - --github-login ${LOGIN} \ + --vcs-api-host "https://api.github.com" \ + --vcs-login ${LOGIN} \ --git-ask-pass "/opt/scala-steward/.github/askpass/$LOGIN.sh" \ --sign-commits \ --env-var FOO=BAR