Skip to content

Commit 52efb29

Browse files
committed
Fix argument in release script.
1 parent efa2b4e commit 52efb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def compile_firmware(build_name, target_path):
150150
with lcd("src"):
151151
for board_name, board in env.boards.iteritems():
152152
env.board = board_name
153-
build(capture=True, clean=True)
153+
build(capture=True, do_clean=True)
154154
local("cp build/%s/vi-firmware-%s.%s %s/vi-%s-firmware-%s-ct%s.%s"
155155
% (board['name'], board['name'], board['extension'],
156156
target_path, build_name, board['name'],

0 commit comments

Comments
 (0)