Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurclares committed Jan 16, 2025
1 parent 96765b2 commit cdcb747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/powershell/Public/Remove-FinOpsHub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Deletes a FinOps Hub named MyHub and deletes all associated resources except the storage account.
#>

function Remove-FinOpsHub-test
function Remove-FinOpsHub
{
[CmdletBinding(SupportsShouldProcess, ConfirmImpact = 'High')]
param (
Expand Down

0 comments on commit cdcb747

Please sign in to comment.