From e4d7ebf3d7aa5bb6e4d27ca3faac1b49a656093d Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Tue, 6 Feb 2018 17:37:47 -0800 Subject: [PATCH] Use correct repo --- bootstrap/bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index 3d1d8e287..8d59fcf0d 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -19,7 +19,7 @@ import ( "github.com/pkg/errors" ) -var terraformExampleRepoOwner = "atlantis-north" +var terraformExampleRepoOwner = "atlantisnorth" var terraformExampleRepo = "atlantis-example" var bootstrapDescription = `[white]Welcome to Atlantis bootstrap!