Skip to content

Commit

Permalink
Removed extra space in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust authored Mar 22, 2024
1 parent 82a9579 commit 5525993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/check-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5525993

Please sign in to comment.