the tool scripts/env uses git to manage multiple configs and environments. unfortunately, it was created with the default branch name "master" in mind. this name is configurable for some time now, and the default also changed with newer versions now. The new default is "main". this breaks the env script, which assumes master as first branch.
The text was updated successfully, but these errors were encountered:
openwrt-bot commentedNov 8, 2021
db4rne:
the tool scripts/env uses git to manage multiple configs and environments. unfortunately, it was created with the default branch name "master" in mind. this name is configurable for some time now, and the default also changed with newer versions now. The new default is "main". this breaks the env script, which assumes master as first branch.
The text was updated successfully, but these errors were encountered: