From 5056ba3ae5983ec8eef8b4b83236a4b9fe6a1da9 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Tue, 21 Sep 2021 03:31:04 -0700
Subject: [PATCH] Add link back to repo in script

---
 README.md     | 2 +-
 update-gitlab | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c5c1ab3..0adae6e 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ APT cache is stale; updating...
 Would upgrade from 10.0.7-ce.0 to 10.1.2-ce.0
 ```
 
-### Making Tool Globally Executable
+## Making Tool Globally Executable
 
 The tool can be made available to multiple users by deploying it to the `/usr/local/bin/` directory on your server.
 
diff --git a/update-gitlab b/update-gitlab
index 7531e11..475bce3 100755
--- a/update-gitlab
+++ b/update-gitlab
@@ -3,6 +3,8 @@
 # This tool upgrades GitLab Omnibus to the most recent patch version of the
 # previous minor version. GitLab maintains security fixes for the 3 most recent
 # minor versions, but the latest minor version frequently has regressions.
+#
+# See https://git.codingallnight.com/chris/gitlab-updater for latest version
 
 program_name=$(basename "$0")
 package='gitlab-ce'
-- 
GitLab