diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-01-16 16:10:30 -0700 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-01-16 17:18:54 -0700 |
| commit | c757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3 (patch) | |
| tree | 781f0b5fa792cddc32acc0e6d47ecde2f2f0bf21 /scripts/update_deps.py | |
| parent | 80e16af0fd8f1f03374e4cc4eea4822520967e08 (diff) | |
| download | usermoji-c757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3.tar.xz | |
github: Use main instead of master
closes #729
Diffstat (limited to 'scripts/update_deps.py')
| -rwxr-xr-x | scripts/update_deps.py | 2 |
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', |
