Skip to content

Commit

Permalink
🧹 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey committed Sep 19, 2023
1 parent 4602313 commit a928366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motor/discovery/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (r *Resolver) Resolve(ctx context.Context, root *asset.Asset, pCfg *provide
terraformCfg := pCfg.Clone()
terraformCfg.Backend = providers.ProviderType_TERRAFORM
// git+https://gitlab.com/mondoolabs/example-gitlab.git
terraformCfg.Options["path"] = "git" + "+" + project.HTTPURLToRepo
terraformCfg.Options["path"] = "git+" + project.HTTPURLToRepo
assets, err := (&terraform_resolver.Resolver{}).Resolve(ctx, projectAsset, terraformCfg, credsResolver, sfn)
if err == nil && len(assets) > 0 {
for i := range assets {
Expand Down

0 comments on commit a928366

Please sign in to comment.