Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleb-Rupe committed Jan 31, 2024
1 parent 3767fb5 commit 11886d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-keypair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { getKeypairFromEnvironment } from "@solana-developers/helpers";
const keypair = getKeypairFromEnvironment("SECRET_KEY");

console.log(
`✅ Finished! We've loaded our secret key securely, using an env file!`
`✅ Finished! We've loaded our secret key securely, using an env file`
);

0 comments on commit 11886d1

Please sign in to comment.