Skip to content

Commit db22580

Browse files
committed
Revert "noop: original code with noop change to force test"
This reverts commit 2e8268c.
1 parent 237ef90 commit db22580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/hello_world/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
require "sinatra"
1717

1818
# [END gae_flex_quickstart]
19-
# Allows all hosts in development.
19+
# Allows all hosts in development
2020
configure :development do
2121
set :host_authorization, { permitted_hosts: [] }
2222
end

run/helloworld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START cloudrun_helloworld_dockerfile]
1616
# [START run_helloworld_dockerfile]
1717

18-
# Use the official Ruby images
18+
# Use the official Ruby image.
1919
# https://hub.docker.com/_/ruby
2020
FROM ruby:3.2-buster
2121

0 commit comments

Comments
 (0)