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 e42723d commit 57f53cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private async Task<string> GenerateSequentialGithubScript(IEnumerable<(string Na
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 57f53cd

Please sign in to comment.