Skip to content

Commit 14e2fc8

Browse files
committed
typo
1 parent b07a4ef commit 14e2fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_script:
1111
LATEST=$(cargo search mdbook | grep "^mdbook =" | cut -d '"' -f 2)
1212
INSTALLED=$(cargo install --list | grep "^mdbook " | cut -d v -f 2 | tr -d :)
1313
if [ "$INSTALLED" != "$LATEST" ]; then
14-
if [ "INSTALLED" != "" ]; then
14+
if [ "$INSTALLED" != "" ]; then
1515
echo "mdbook '$INSTALLED' is already installed"
1616
fi
1717
echo "Installing mdbook '$LATEST'"

0 commit comments

Comments
 (0)