Skip to content

Commit

Permalink
chore: auto-fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-forge-docs-linter[bot] committed Nov 17, 2023
1 parent 27fc918 commit 34b1359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/publishers/gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ module.exports = {
config: {
storageOptions: {
// add additional Storage constructor parameters here
projectId: "my-project-id",
projectId: 'my-project-id'
},
bucket: 'my-bucket',
folder: 'custom-folder-name',
public: true,
public: true
}
}
]
Expand Down

0 comments on commit 34b1359

Please sign in to comment.