~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to update-seeds

  • Committer: Steve Langasek
  • Date: 2023-11-06 01:57:38 UTC
  • Revision ID: steve.langasek@canonical.com-20231106015738-e8lp85w3fnrlf39y
Use correct syntax for team in URLs

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                        team=ubuntu-core-dev
74
74
                        ;;
75
75
        esac
76
 
        branch="https://git.launchpad.net/$team/ubuntu-seeds/+git/${dist%.*}"
 
76
        branch="https://git.launchpad.net/~$team/ubuntu-seeds/+git/${dist%.*}"
77
77
        if [ -d "$dist" ]; then
78
78
                git -C "$dist" pull -f >/dev/null 2>&1
79
79
        else