Skip to content

Commit

Permalink
fix: Typo in Bearer (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch-zf authored Oct 12, 2023
2 parents 1285340 + 754b90a commit 3765c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-assets/tasks/linux/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks:
desc: Obtain a BEARER token from Keycloak to access the MIW API
dir: dev-assets/scripts
cmds:
- echo "BAERER $(./get_Token.sh)"
- echo "Bearer $(./get_Token.sh)"

test-report:
desc: Generates the test report for MIW
Expand All @@ -44,4 +44,4 @@ tasks:
clean:
desc: Cleans the build directory
cmds:
- ./gradlew clean
- ./gradlew clean

0 comments on commit 3765c68

Please sign in to comment.