Browse Source

small fix

Joffrey F 11 năm trước cách đây
mục cha
commit
9b9609b45b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      stackbrew/app.py

+ 1 - 1
stackbrew/app.py

@@ -60,7 +60,7 @@ def build_task():
     builder.build_repo_list()
     builder.history = history
     builder.build_all(callback=summary.handle_build_result)
-    utils.save_history()
+    utils.save_history(builder.history)
     if config['push']:
         builder.push_all()