Skip to content

Commit

Permalink
Update bootstrap example repo (runatlantis#90)
Browse files Browse the repository at this point in the history
* bootstrap mode will now fork hootsuite/atlantis-example repo

* use hootsuite repo name for creating pull request
  • Loading branch information
anubhavmishra authored Jul 31, 2017
1 parent ccdfeae commit 9efdfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"os/signal"
)

var terraformExampleRepoOwner = "airauth"
var terraformExampleRepo = "example"
var terraformExampleRepoOwner = "hootsuite"
var terraformExampleRepo = "atlantis-example"

var bootstrapDescription = `[white]Welcome to Atlantis bootstrap!
Expand Down Expand Up @@ -170,7 +170,7 @@ Follow these instructions to create a token (we don't store any tokens):
// create a new pr in the example repo
colorstring.Printf("[white]=> creating a new pull request ")
s.Start()
pullRequestURL, err := githubClient.CreatePullRequest(githubUsername, "example", "example", "master")
pullRequestURL, err := githubClient.CreatePullRequest(githubUsername, terraformExampleRepo, "example", "master")
if err != nil {
return errors.Wrapf(err, "creating new pull request for repo %s/%s", githubUsername, terraformExampleRepo)
}
Expand Down

0 comments on commit 9efdfa9

Please sign in to comment.