Skip to content

Commit 6c47391

Browse files
authored
Fix branch name in multi-repo client example (#651)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent eee4842 commit 6c47391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/multirepo/client/client_example.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import (
3333
)
3434

3535
const (
36-
metadataURL = "https://raw.githubusercontent.com/theupdateframework/go-tuf/main/examples/multirepo/repository/metadata"
37-
targetsURL = "https://raw.githubusercontent.com/theupdateframework/go-tuf/main/examples/multirepo/repository/targets"
36+
metadataURL = "https://raw.githubusercontent.com/theupdateframework/go-tuf/master/examples/multirepo/repository/metadata"
37+
targetsURL = "https://raw.githubusercontent.com/theupdateframework/go-tuf/master/examples/multirepo/repository/targets"
3838
verbosity = 4
3939
)
4040

0 commit comments

Comments
 (0)