Skip to content

Commit 95ecbba

Browse files
Update uaa start instruction (#35)
1 parent ebdd5e3 commit 95ecbba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/keti-demo.org

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ cp acs-integration-tests/uaa/config/uaa.yml ../uaa/uaa/src/main/resources/uaa.ym
5656

5757
- Start UAA
5858
#+BEGIN_SRC sh
59-
../uaa/gradlew run --info
59+
cd ../uaa
60+
./gradlew run --info
6061
#+END_SRC
6162

6263
** Use OAuth 2.0 client credentials to get admin token

0 commit comments

Comments
 (0)