Skip to content
Snippets Groups Projects
Commit 4b95ecf4 authored by Simon Constans's avatar Simon Constans
Browse files

Add newline at end of file

parent 88a2ace4
No related branches found
Tags v1.5.0
No related merge requests found
......@@ -12,4 +12,4 @@ proxy_env: {}
# Visit https://github.com/settings/applications
# and generate personal access token
composer_github_oauth: false
\ No newline at end of file
composer_github_oauth: false
......@@ -4,4 +4,4 @@
template:
src: ".composer/auth.json.j2"
dest: "~/.composer/auth.json"
when: composer_github_oauth != false
\ No newline at end of file
when: composer_github_oauth != false
......@@ -2,4 +2,4 @@
"github-oauth": {
"github.com": "{{ composer_github_oauth }}"
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment