Skip to content

Commit 31670e5

Browse files
authored
Small change for testing workflow fix (#1441)
Change log message from 'Hello!' to 'Let there be peace.'
1 parent 0dd47ac commit 31670e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/test-example/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function init() {
4444
// [END maps_test_example_instantiate_marker]
4545

4646
// [START maps_test_example_why_me]
47-
console.log('Hello! Having fun yet?');
47+
console.log('Let there be peace.');
4848
// [END maps_test_example_why_me]
4949
}
5050
void init();

0 commit comments

Comments
 (0)