aboutsummaryrefslogtreecommitdiff
path: root/demo/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'demo/entrypoint.sh')
-rwxr-xr-xdemo/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/entrypoint.sh b/demo/entrypoint.sh
index e060597..3c65e54 100755
--- a/demo/entrypoint.sh
+++ b/demo/entrypoint.sh
@@ -1,6 +1,6 @@
#!/bin/sh
USER_SHELL="${USER_SHELL:-/bin/ash}"
-# UID and GID used by the `git` user inside of the container
+# UID and GID used by the user inside of the container
USER_UID="${USER_UID:-3500}"
USER_GID="${USER_GID:-3500}"