Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shu Kutsuzawa committed Dec 9, 2020
1 parent 164b324 commit 440879b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ package main

import (
"context"

"github.com/cappyzawa/terraform-provider-concourse/concourse"
"github.com/hashicorp/terraform-plugin-go/tfprotov5"
tf5server "github.com/hashicorp/terraform-plugin-go/tfprotov5/server"
tfmux "github.com/hashicorp/terraform-plugin-mux"
)

const ProviderPATH = "registry.terraform.io/hashicorp/corner"
// ProviderPATH describes path of this provider in registry
const ProviderPATH = "registry.terraform.io/cappyzawa/concourse"

func main() {
ctx := context.Background()
Expand Down

0 comments on commit 440879b

Please sign in to comment.