File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Adafruit CircuitPython Library Bundle
9
9
:target: https://adafru.it/discord
10
10
:alt: Discord
11
11
12
- .. image :: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle.svg?branch=master
12
+ .. image :: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle.svg?branch=main
13
13
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle
14
14
:alt: Build Status
15
15
@@ -44,13 +44,13 @@ and then ``git submodule update``.
44
44
Updating libraries
45
45
-------------------
46
46
To update the libraries run ``update-submodules.sh ``. The script will fetch the
47
- latest code and update to the newest tag (not master ).
47
+ latest code and update to the newest tag (not main ).
48
48
49
49
To find libraries with commits that haven't been included in a release do:
50
50
51
51
.. code ::
52
52
53
- git submodule foreach "git log --oneline HEAD...origin/master "
53
+ git submodule foreach "git log --oneline HEAD...origin/main "
54
54
55
55
Adding a library
56
56
-----------------
You can’t perform that action at this time.
0 commit comments