Skip to content

Commit

Permalink
fix: remove default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Oct 4, 2024
1 parent 7210dca commit cb01dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export async function writeCredentials(profileName, credentials) {
aws_secret_access_key: credentials.secretAccessKey,
aws_session_token: credentials.sessionToken,
};
config["default"] = formatted;
config[profileName] = formatted;

await writeFile(credentialsFile, ini.stringify(config));
Expand Down

0 comments on commit cb01dc3

Please sign in to comment.