Skip to content

Commit

Permalink
fix: worng tag correction (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Rasputny authored Dec 29, 2024
1 parent 8cf7698 commit 6fd2b11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

package snippets

// [START compute_instance_attach_regional_disk_force]
// [START compute_instance_create_replicated_boot_disk]
import (
"context"
"fmt"
Expand Down Expand Up @@ -89,4 +89,4 @@ func createReplicatedBootDisk(
return nil
}

// [END compute_instance_attach_regional_disk_force]
// [END compute_instance_create_replicated_boot_disk]

0 comments on commit 6fd2b11

Please sign in to comment.