Skip to content

Commit 7e61962

Browse files
authored
fix: [Run] quickstart sample region tags (#1775)
1 parent d4e3371 commit 7e61962

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

run/helloworld/index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
18-
// [START cloudrun_helloworld_service]
19-
// [START run_helloworld_service]
2017
-->
18+
<!-- [START cloudrun_helloworld_service] -->
19+
<!-- [START run_helloworld_service] -->
2120
<?php
2221

2322
$name = getenv('NAME', true) ?: 'World';

0 commit comments

Comments
 (0)