Skip to content

Commit

Permalink
#15: Feed the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 5, 2022
1 parent f10568c commit 213bad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ exports.getPantheonIndex = (tag = 'latest') => {
services: {
index: {
type: 'solr:8.11.2',
portforward: true
}
}
portforward: true,
},
},
};
} else {
return {
Expand Down
4 changes: 2 additions & 2 deletions recipes/pantheon/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ module.exports = {
index: true,
solrTag: 'latest',
services: {
appserver: {overrides: {volumes: [],}},
index: {overrides: {volumes: [],}}
appserver: {overrides: {volumes: []}},
index: {overrides: {volumes: []}},
},
tag: '2',
tooling: {terminus: {
Expand Down

0 comments on commit 213bad5

Please sign in to comment.