Skip to content

Commit 0df8deb

Browse files
Fix typo
Co-authored-by: Gero Posmyk-Leinemann <[email protected]>
1 parent f84e4bd commit 0df8deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ args+=( "-timeout=60m" )
4848
args+=( "-p=1" )
4949

5050
if [[ "${GITPOD_REPO_ROOT:-}" != "" ]]; then
51-
echo "Running in Gitpod workspace. Fetching USERNAME adn USER_TOKEN" | werft log slice "test-setup"
51+
echo "Running in Gitpod workspace. Fetching USERNAME and USER_TOKEN" | werft log slice "test-setup"
5252
USERNAME="$(kubectl --context=dev -n werft get secret integration-test-user -o jsonpath='{.data.username}' | base64 -d)"
5353
USER_TOKEN="$(kubectl --context=dev -n werft get secret integration-test-user -o jsonpath='{.data.token}' | base64 -d)"
5454
export USER_TOKEN

0 commit comments

Comments
 (0)