Skip to content

Commit

Permalink
Update print_firewall_rule.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakAjmera26 authored Oct 4, 2024
1 parent e6f0fa7 commit 21e666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/firewall/src/print_firewall_rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function print_firewall_rule(string $projectId, string $firewallRuleName)
}
}
print('--Source Ranges--' . PHP_EOL);
foreach ($response->getSourceRanges()as $ranges) {
foreach ($response->getSourceRanges() as $ranges) {
printf(' - Range: %s' . PHP_EOL, $ranges);
}
}
Expand Down

0 comments on commit 21e666b

Please sign in to comment.