Skip to content

Commit

Permalink
Update v2/internal/attacktechniques/azure/persistence/create-bastion-…
Browse files Browse the repository at this point in the history
…shareable-link/main.go

Co-authored-by: Christophe Tafani-Dereeper <[email protected]>
  • Loading branch information
siigil and christophetd authored Oct 11, 2024
1 parent 33f611a commit 7fc6830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func revert(params map[string]string, providers stratus.CloudProviders) error {

client, err := armnetwork.NewClientFactory(subscriptionID, cred, clientOptions)
if err != nil {
log.Fatalf("failed to create client: %v", err)
return fmt.Errorf("failed to instantiate ARM Network client: %v", err)
}

// Delete shareable link that was previously created
Expand Down

0 comments on commit 7fc6830

Please sign in to comment.