Skip to content

Commit

Permalink
add back new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bilindhajer committed Jul 28, 2023
1 parent bedafea commit 9ab5f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env node

'use strict';

const cloudfriend = require('..');
const argv = require('minimist')(process.argv.slice(2), {
default: { region: 'us-east-1' },
Expand Down
1 change: 1 addition & 0 deletions bin/validate-template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env node

'use strict';

const cloudfriend = require('..');
const argv = require('minimist')(process.argv.slice(2), {
default: { region: 'us-east-1' },
Expand Down

0 comments on commit 9ab5f06

Please sign in to comment.