Skip to content

Commit

Permalink
Update bundle/config/validate/no_workspace_prefix_used.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Noordhuis <[email protected]>
  • Loading branch information
andrewnester and pietern authored Sep 2, 2024
1 parent c182468 commit d70bc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/config/validate/no_workspace_prefix_used.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (m *noWorkspacePrefixUsed) Apply(ctx context.Context, b *bundle.Bundle) dia
"/Workspace/${workspace.state_path}",
}

// Walk through the bundle configuration, check all the string leaves and
// Walk through the bundle configuration, check all the string leafs and
// see if any of the prefixes are used in the remote path.
_, err := dyn.Walk(b.Config.Value(), func(p dyn.Path, v dyn.Value) (dyn.Value, error) {
vv, ok := v.AsString()
Expand Down

0 comments on commit d70bc24

Please sign in to comment.