소스 검색

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"