liquid_feedback_frontend
diff env/lf4rcs/commit.lua @ 1309:32cc544d5a5b
Cumulative patch for upcoming frontend version 4
| author | bsw/jbe |
|---|---|
| date | Sun Jul 15 14:07:29 2018 +0200 (2018-07-15) |
| parents | af42478acf74 |
| children |
line diff
1.1 --- a/env/lf4rcs/commit.lua Thu Jun 23 03:30:57 2016 +0200 1.2 +++ b/env/lf4rcs/commit.lua Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -42,7 +42,7 @@ 1.4 local target_node_id = initiative.current_draft.external_reference 1.5 if target_node_id then 1.6 local branch = "i" .. initiative.id 1.7 - lf4rcs[repository].commit(path, exec, branch, target_node_id, close_message, merge_message) 1.8 + config.lf4rcs[repository].commit(path, exec, branch, target_node_id, close_message, merge_message) 1.9 end 1.10 end 1.11 end