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
Branches
Tags v1.2.0
No related merge requests found
...@@ -12,4 +12,4 @@ proxy_env: {} ...@@ -12,4 +12,4 @@ proxy_env: {}
# Visit https://github.com/settings/applications # Visit https://github.com/settings/applications
# and generate personal access token # and generate personal access token
composer_github_oauth: false composer_github_oauth: false
\ No newline at end of file
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
template: template:
src: ".composer/auth.json.j2" src: ".composer/auth.json.j2"
dest: "~/.composer/auth.json" dest: "~/.composer/auth.json"
when: composer_github_oauth != false when: composer_github_oauth != false
\ No newline at end of file
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
"github-oauth": { "github-oauth": {
"github.com": "{{ composer_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.
Please register or to comment