Skip to content

Commit 2e56556

Browse files
author
Luke Goodfellow
authored
Merge pull request #12 from bmaximilian/patch-1
Fix typo in use-context command
2 parents c563a2b + b2f99aa commit 2e56556

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)