Skip to content

Commit

Permalink
Merge PR #1702 into master
Browse files Browse the repository at this point in the history
* refs/pull/1702/head:
	teuthology/tasks/kernel: switch firmware branch name

Reviewed-by: Venky Shankar <[email protected]>
  • Loading branch information
batrick committed Jan 12, 2022
2 parents 00e09f0 + 12afc9d commit 6fc2011
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 6fc2011

Please sign in to comment.