Skip to content

Commit 359d82f

Browse files
Fixing indentation in auth.json.sample (use 4 spaces not 3)
1 parent 46a307e commit 359d82f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

auth.json.sample

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"http-basic": {
3-
"repo.magento.com": {
4-
"username": "<public-key>",
5-
"password": "<private-key>"
6-
}
7-
}
2+
"http-basic": {
3+
"repo.magento.com": {
4+
"username": "<public-key>",
5+
"password": "<private-key>"
6+
}
7+
}
88
}

0 commit comments

Comments
 (0)