Skip to content

Commit

Permalink
Fixing typo - plural projects remained in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmkn committed Mar 25, 2022
1 parent 64f99bf commit ce1b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"

"github.com/jfrog/terraform-provider-projects/pkg/project"
"github.com/jfrog/terraform-provider-project/pkg/project"
)

// Run the docs generation tool, check its repository for more information on how it works and how docs
Expand Down

0 comments on commit ce1b4f9

Please sign in to comment.