This commit is contained in:
Zachary Anker 2012-04-09 16:52:26 -07:00
Родитель 27378844e2
Коммит 0e1bb1f1fc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ Vegas::Runner.new(GithubTrello::Server, "trello-web", {
puts "We've generated an example one for you, but you need to configure it still."
File.open(path, "w+") do |f|
f.write("# NOTE: Due to a Trello API bug, currently only archive is supported and not move_to.\n\n#board_ids:\n# [repo name]: [board id]\n#oauth_token: [token]\n#api_key: [key]\n#on_start:\n# move_to: [list id]\n#on_close:\n# move_to: [list id]\n# archive: false\n#on_deploy:\n# move_to: [list id]\n# archive: true")
f.write("# NOTE: Due to a Trello API bug, currently only archive is supported and not move_to.\n\nboard_ids:\n [repo name]: [board id]\noauth_token: [token]\napi_key: [key]\non_start:\n move_to: [list id]\non_close:\n move_to: [list id]\n archive: false\non_deploy:\n move_to: [list id]\n archive: true")
end
exit