Skip to content

Commit 3e5e6de

Browse files
authored
Merge pull request #150 from gazab/patch-1
Fix small typo in entrypoint.sh log output
2 parents fbc204b + d0da226 commit 3e5e6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ esac
6060

6161
configure_runner() {
6262
if [[ -n "${ACCESS_TOKEN}" ]]; then
63-
echo "Obtaining the token of the runnet"
63+
echo "Obtaining the token of the runner"
6464
_TOKEN=$(ACCESS_TOKEN="${ACCESS_TOKEN}" bash /token.sh)
6565
RUNNER_TOKEN=$(echo "${_TOKEN}" | jq -r .token)
6666
fi

0 commit comments

Comments
 (0)