Add hardcode tag doc
[civicrm-scripts.git] / civicrmrebase.sh
index 0fd004f7a8f60ee012fbfc5ce7b69b7cf105456f..0abfa5b36d59b837718a37c2e7f2b19f695687fe 100644 (file)
@@ -97,7 +97,7 @@ git fetch upstream
 # Extract tag and branch information
 echo "Latest upstream tag version:"
 tag=$(git tag --sort=-committerdate | head -n 1)
-# To manually upgrade to a different version, hardcode tag.  Comment above and uncomment below.
+# To manually upgrade to a different version, hardcode tag by uncommenting the line below.
 # tag=5.19.4
 echo $tag
 # Explanation: