Skip to content

Commit 80faef2

Browse files
authored
fix(redis): Update comment in config file (GoogleCloudPlatform#6788)
1 parent a067620 commit 80faef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memorystore/redis/gce_deployment/startup-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ virtualenv /app/env
4747
getent passwd pythonapp || useradd -m -d /home/pythonapp pythonapp
4848
chown -R pythonapp:pythonapp /app
4949

50-
# Configure supervisor to run the Go app.
50+
# Configure supervisor to run the app.
5151
cat >/etc/supervisor/conf.d/pythonapp.conf << EOF
5252
[program:pythonapp]
5353
directory=/app

0 commit comments

Comments
 (0)