Skip to content

Commit c4d121e

Browse files
removing the dot from link
1 parent dbea741 commit c4d121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/api/cfapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def raise_os_error(msg: str) -> None:
152152
"Please generate a new one at https://app.codeflash.ai/app/apikeys ,\n"
153153
"then set it as a CODEFLASH_API_KEY environment variable.\n"
154154
"For more information, refer to the documentation at "
155-
"https://docs.codeflash.ai/getting-started/codeflash-github-actions#add-your-api-key-to-your-repository-secrets."
155+
"https://docs.codeflash.ai/getting-started/codeflash-github-actions#add-your-api-key-to-your-repository-secrets"
156156
)
157157
raise_os_error(msg)
158158
elif response.status_code != 200:

0 commit comments

Comments
 (0)