Skip to content

Commit b2f99aa

Browse files
authored
Fix typo in use-context command
1 parent c563a2b commit b2f99aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
echo "Required file on path 'GITHUB_EVENT_PATH' not exists"
1515
fi
1616
codefresh auth create-context context --api-key $CF_API_KEY
17-
codefresh auth use-contex context
17+
codefresh auth use-context context
1818

1919
if [ -n "$CF_BRANCH" ]
2020
then

0 commit comments

Comments
 (0)