Skip to content

Commit

Permalink
fix: shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
un0tec committed Dec 2, 2024
1 parent dba0d74 commit e77e757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions awssopilot.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import puppeteer from 'puppeteer';
import { readFileSync } from 'fs';
import { setTimeout } from 'timers/promises';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awssopilot",
"version": "1.0.1",
"version": "1.0.2",
"description": "Automates AWS SSO token renewal and generates IAM credentials, supporting multi-profile management",
"type": "module",
"exports": "./awssopilot.js",
Expand Down

0 comments on commit e77e757

Please sign in to comment.