diff options
Diffstat (limited to 'auth/sample')
-rw-r--r-- | auth/sample/data/pull.sh | 2 | ||||
-rw-r--r-- | auth/sample/data/push.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |