Skip to content

Commit 5525993

Browse files
authored
Removed extra space in prompt
1 parent 82a9579 commit 5525993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/bin/check-dependencies

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ print_dependencies() {
6262
}
6363

6464
# Prompt the user to enter a Magento version and print its dependencies
65-
read -r -p "Enter the Magento 2 version you'd like to check dependencies on: " magento_version
65+
read -r -p "Enter the Magento 2 version you'd like to check dependencies on: " magento_version
6666

6767
print_dependencies "$magento_version"

0 commit comments

Comments
 (0)