mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Ensure consistency in indentation for message shown when no versions installed
This commit is contained in:
parent
a7252e687a
commit
fe26274f38
@ -31,7 +31,7 @@ display_installed_versions() {
|
||||
echo " $version"
|
||||
done
|
||||
else
|
||||
display_error 'No versions installed'
|
||||
display_error ' No versions installed'
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ teardown() {
|
||||
run asdf install dummy 1.0
|
||||
run asdf install tummy 2.0
|
||||
run asdf list
|
||||
[ "$(echo -e "dummy\n 1.0\nmummy\nNo versions installed\ntummy\n 2.0")" == "$output" ]
|
||||
[ "$(echo -e "dummy\n 1.0\nmummy\n No versions installed\ntummy\n 2.0")" == "$output" ]
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user