Browse Source

Removed extra space in prompt

Mark Shust 1 năm trước cách đây
mục cha
commit
5525993f40
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compose/bin/check-dependencies

+ 1 - 1
compose/bin/check-dependencies

@@ -62,6 +62,6 @@ print_dependencies() {
 }
 
 # Prompt the user to enter a Magento version and print its dependencies
-read -r -p "Enter the Magento 2 version you'd like to check dependencies on:  " magento_version
+read -r -p "Enter the Magento 2 version you'd like to check dependencies on: " magento_version
 
 print_dependencies "$magento_version"