fix rake init file

This commit is contained in:
Xavier J 2016-02-02 10:48:27 +01:00
parent 846d77c61b
commit b294cfda8b

View file

@ -33,7 +33,7 @@ particulier_userinfo_endpoint: 'https://fcp.integ01.dev-franceconnect.fr/api/v1/
particulier_logout_endpoint: 'https://fcp.integ01.dev-franceconnect.fr/api/v1/logout'
EOF
file.write(comment)
file.write("TPS::Application.config.FRANCECONNECT = #{comment}")
file.write("TPS::Application.config.FRANCE_CONNECT = #{comment}")
file.close
end
end