From c0762c443a50adf9a9546c093dea068130568209 Mon Sep 17 00:00:00 2001 From: cyberblack28 Date: Tue, 1 Oct 2024 14:53:06 +0900 Subject: [PATCH] unzip command update --- tutorials/_cloud-native/devops-for-beginners-compute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/_cloud-native/devops-for-beginners-compute.md b/tutorials/_cloud-native/devops-for-beginners-compute.md index 2306fd453..db631fb0e 100644 --- a/tutorials/_cloud-native/devops-for-beginners-compute.md +++ b/tutorials/_cloud-native/devops-for-beginners-compute.md @@ -204,7 +204,7 @@ wget https://orasejapan.objectstorage.ap-tokyo-1.oci.customer-oci.com/n/orasejap 解凍します。 ```sh -unzip oci-devops-compute.zip +unzip compute%2Foci-devops-compute.zip ``` これでサンプルアプリケーションと関連資材の取得は完了です。