aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_deps.py
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-01-16 16:10:30 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-01-16 17:18:54 -0700
commitc757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3 (patch)
tree781f0b5fa792cddc32acc0e6d47ecde2f2f0bf21 /scripts/update_deps.py
parent80e16af0fd8f1f03374e4cc4eea4822520967e08 (diff)
downloadusermoji-c757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3.tar.xz
github: Use main instead of master
closes #729
Diffstat (limited to 'scripts/update_deps.py')
-rwxr-xr-xscripts/update_deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_deps.py b/scripts/update_deps.py
index f892be0a..ff09871b 100755
--- a/scripts/update_deps.py
+++ b/scripts/update_deps.py
@@ -619,7 +619,7 @@ def main():
'--ref',
dest='ref',
default='',
- help="Override 'commit' with git reference. E.g., 'origin/master'")
+ help="Override 'commit' with git reference. E.g., 'origin/main'")
parser.add_argument(
'--no-build',
dest='do_build',