Skip to content

Commit 465789a

Browse files
committed
Fix indent
1 parent f993849 commit 465789a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devtools/packaging-for-ev3dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ building packages for yourself.
185185
DEBUILD_OPTIONS="--binary-only" OS=debian ARCH=armhf DIST=jessie pbuilder-ev3dev build
186186
# build for RPi 0/1
187187
OS=raspbian ARCH=armhf DIST=jessie pbuilder-ev3dev base
188-
OS=raspbian ARCH=armhf DIST=jessie pbuilder-ev3dev build
188+
OS=raspbian ARCH=armhf DIST=jessie pbuilder-ev3dev build
189189

190190
If your package does not have any binary components (like a pure python
191191
package), you can do this instead:

0 commit comments

Comments
 (0)