Skip to content

Commit

Permalink
teuthology/tasks/kernel: switch firmware branch name
Browse files Browse the repository at this point in the history
It is now "main".

Fixes: https://tracker.ceph.com/issues/53852
Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Jan 12, 2022
1 parent 00e09f0 commit 12afc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/task/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def install_firmware(ctx, config):
run.Raw('&&'),
'sudo', 'git', 'fetch', 'origin',
run.Raw('&&'),
'sudo', 'git', 'reset', '--hard', 'origin/master'
'sudo', 'git', 'reset', '--hard', 'origin/main'
],
)

Expand Down

0 comments on commit 12afc9d

Please sign in to comment.