Skip to content

Commit

Permalink
🐛 fix local execution mapping (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Oct 3, 2023
1 parent f367d03 commit d86da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers-sdk/v1/inventory/v8_inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (s *ProviderType) UnmarshalJSON(data []byte) error {
func ConnBackendToType(backend ProviderType) string {
switch backend {
case ProviderType_LOCAL_OS:
return "os"
return "local"
case ProviderType_DOCKER_ENGINE_IMAGE:
return "docker-image"
case ProviderType_DOCKER_ENGINE_CONTAINER:
Expand Down

0 comments on commit d86da47

Please sign in to comment.