Skip to content

Commit

Permalink
Updated initial config file text
Browse files Browse the repository at this point in the history
  • Loading branch information
zanker committed Apr 9, 2012
1 parent 4ced5b2 commit 527631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trello-web
Expand Up @@ -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("#board_ids:\n# [repo name]: [board id]\n#oauth_token: [token]\n#api_key: [key]#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\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")
end

exit
Expand Down

0 comments on commit 527631b

Please sign in to comment.