Skip to content

Commit

Permalink
fix: misnamed function call
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Sep 5, 2023
1 parent 7634165 commit c512319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (cmd *CreateCmd) Run(
logs log.Logger,
) error {
// Ensure DevPod security group is created
_, err := aws.GetDevpodSecurityGroup(ctx, providerAws)
_, err := aws.GetDevpodSecurityGroups(ctx, providerAws)
if err != nil {
return err
}
Expand Down

0 comments on commit c512319

Please sign in to comment.