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 6268f5f commit 33f611a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func detonate(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 create client: %v", err)
}

// Create Bastion shareable link
Expand Down

0 comments on commit 33f611a

Please sign in to comment.