Skip to content

Commit

Permalink
fix: update earthly to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alicechaitea committed Jan 30, 2024
1 parent 7575b1a commit 40f313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-playwright/seed-phrase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface SeedPhrase {
seedPhrase: string[];
}

// Function to get the seed phrase from environment variables
// Function to get the seed phrase from environment variables =)
const getSeedPhrase = (): string[] => {
const seedPhraseArray: string[] = [];
for (let i = 1; i <= 15; i++) {
Expand Down

0 comments on commit 40f313c

Please sign in to comment.