OSDN Git Service

refactoring.
[metasearch/grid-chef-repo.git] / cookbooks / minio-grid / recipes / docker-compose.rb
index 8a4eda4..8fc37fa 100644 (file)
@@ -108,13 +108,13 @@ template env_file do
 end
 
 log 'minio docker-compose post install message' do
-  message <<-"EOM"
-Note: You must execute the following command manually.
-  See #{doc_url}
-  * Start:
-    $ cd #{app_dir}
-    $ docker-compose up -d
-  * Stop
-    $ docker-compose down
+  message <<~"EOM"
+  Note: You must execute the following command manually.
+    See #{doc_url}
+    * Start:
+      $ cd #{app_dir}
+      $ docker-compose up -d
+    * Stop
+      $ docker-compose down
 EOM
 end