Skip to content

Commit

Permalink
Fix typo (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam authored Nov 8, 2023
1 parent 3c08389 commit e7b8b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_modular_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

async def connect() -> ViamClient:
dial_options = DialOptions(
auth_entity='744b0c18-f6fd-4c8d-a707-d3f261b353cc'
auth_entity='744b0c18-f6fd-4c8d-a707-d3f261b353cc',
credentials=Credentials(
type='api-key',
payload=os.environ['VIAM_API_KEY']
Expand Down Expand Up @@ -65,4 +65,4 @@ async def main():


if __name__ == '__main__':
asyncio.run(main())
asyncio.run(main())

0 comments on commit e7b8b6d

Please sign in to comment.