Преглед изворни кода

Removed extra space in prompt

Mark Shust пре 1 година
родитељ
комит
5525993f40
1 измењених фајлова са 1 додато и 1 уклоњено
  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"