Skip to content

Commit

Permalink
SCALRCORE-28912: Fix copy-paste leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalikin committed Dec 4, 2023
1 parent f94a55c commit 3b9fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func ServiceAccountStatusPtr(v ServiceAccountStatus) *ServiceAccountStatus {
return &v
}

// WorkspaceIaCPlatformPtr returns a pointer to the given execution mode
// WorkspaceIaCPlatformPtr returns a pointer to the given IaC platform
func WorkspaceIaCPlatformPtr(v WorkspaceIaCPlatform) *WorkspaceIaCPlatform {
return &v
}

0 comments on commit 3b9fb0c

Please sign in to comment.