Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 27, 2024
1 parent c888a45 commit d462e9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/get-deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ def main(args):
print(deployment)

if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Generate a list of deployments from the deployments/ directory.")
parser = argparse.ArgumentParser(
description="Generate a list of deployments from the deployments/ directory."
)
parser.add_argument(
"--deployments",
"-d",
Expand Down

0 comments on commit d462e9a

Please sign in to comment.