Skip to content

Commit b7fb2e8

Browse files
authored
Merge pull request #84 from thin-edge/docs-pizero2-info
docs: include pizero2 in the list of devices an image can be applied to
2 parents 77dcb38 + 60ee44d commit b7fb2e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

justfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ build-pi2:
107107
@echo "This image can be applied to"
108108
@echo " * pi2"
109109
@echo " * pi3"
110-
@echo " * pizero2"
110+
@echo " * pizero2w"
111111
@echo
112112

113113
build-pi3:
@@ -116,7 +116,7 @@ build-pi3:
116116
@echo "This image can be applied to"
117117
@echo " * pi2"
118118
@echo " * pi3"
119-
@echo " * pizero2"
119+
@echo " * pizero2w"
120120
@echo
121121

122122
build-pizero2w:
@@ -125,6 +125,7 @@ build-pizero2w:
125125
@echo "This image can be applied to"
126126
@echo " * pi2"
127127
@echo " * pi3"
128+
@echo " * pizero2w"
128129
@echo
129130

130131
build-pi4:

0 commit comments

Comments
 (0)