Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 2, 2023
1 parent b3fabb5 commit 115505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/connect_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
list_command = "fuzzbucket-client -j list"
create_command = "fuzzbucket-client create -c -S 20 -t m5.2xlarge " + alias + " -n " + box_name
remove_command = "fuzzbucket-client rm " + box_name
ssh_options = "-i.fuzzbucket-ssh-key"
ssh_options = "-i fuzzbucket-ssh-key"

def get_api_key(username):
# Calculate the MD5 hash for the username to get an API Key
Expand Down

0 comments on commit 115505f

Please sign in to comment.