Skip to content

Commit 6447439

Browse files
Fixed typo
1 parent f2c4a0d commit 6447439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvmsetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo
4040
if [ -z "$PROFILE" ]; then
4141
if [ -f "$HOME/.bash_profile" ]; then
4242
PROFILE="$HOME/.bash_profile"
43-
if [ -f "$HOME/.bashrc" ]; then
43+
elif [ -f "$HOME/.bashrc" ]; then
4444
PROFILE="$HOME/.bashrc"
4545
elif [ -f "$HOME/.zshrc" ]; then
4646
PROFILE="$HOME/.zshrc"

0 commit comments

Comments
 (0)