Skip to content

Commit

Permalink
Update src/gei/Commands/GenerateScript/GenerateScriptCommandHandler.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Arin Ghazarian <[email protected]>
  • Loading branch information
begonaguereca and ArinGhazarian authored Nov 12, 2024
1 parent 57f53cd commit 73d3717
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private async Task<string> GenerateParallelGithubScript(IEnumerable<(string Name
content.AppendLine(VALIDATE_AWS_ACCESS_KEY_ID);
content.AppendLine(VALIDATE_AWS_SECRET_ACCESS_KEY);
}
else if (!useGithubStorage)
{
content.AppendLine(VALIDATE_AZURE_STORAGE_CONNECTION_STRING);
}
Expand Down

0 comments on commit 73d3717

Please sign in to comment.