From 05e268a2061beccd5bceb88a716aeafadb6dcc71 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Sat, 16 Feb 2019 10:45:15 -0600 Subject: Other minor batch changes Issue-ID: AAF-740 Change-Id: Id093e584e5436d4db620acd5701fd31fdf4fce0d Signed-off-by: Instrumental --- auth/sample/data/pull.sh | 2 +- auth/sample/data/push.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/sample') diff --git a/auth/sample/data/pull.sh b/auth/sample/data/pull.sh index a49be1a1..f7b5b0a5 100644 --- a/auth/sample/data/pull.sh +++ b/auth/sample/data/pull.sh @@ -19,4 +19,4 @@ # ============LICENSE_END==================================================== # -docker cp aaf_service:/opt/app/osaaf/data/identities.dat . +docker cp aaf-service:/opt/app/osaaf/data/identities.dat . diff --git a/auth/sample/data/push.sh b/auth/sample/data/push.sh index a22d4130..2b22baec 100644 --- a/auth/sample/data/push.sh +++ b/auth/sample/data/push.sh @@ -18,4 +18,4 @@ # limitations under the License. # ============LICENSE_END==================================================== # -docker cp identities.dat aaf_service:/opt/app/osaaf/data +docker cp identities.dat aaf-service:/opt/app/osaaf/data -- cgit 1.2.3-korg