Skip to content

Commit

Permalink
minor conflict change
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvgithub committed Jan 3, 2024
1 parent 9f3dab4 commit f4420a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covalent_ec2_plugin/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async def setup(self, task_metadata: Dict) -> None:
region = boto_session.region_name

ec2 = boto_session.client("ec2")
# self.key_name = EC2_KEYPAIR_NAME
self.key_name = EC2_KEYPAIR_NAME

# Create dir if it doesn't exist
ec2_ssh_dir = Path(EC2_SSH_DIR).expanduser().resolve()
Expand Down

0 comments on commit f4420a5

Please sign in to comment.