Skip to content

Commit 614396e

Browse files
committed
[ travis ] fix typo in bash
1 parent e8c26ad commit 614396e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/install_agda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! type "agda" > /dev/null || [ ! `agda -V | sed "s/[^2]*//"` = "$AGDA_VERSION
88
fi
99

1010
mkdir -p $HOME/.agda
11-
cp libraries-${VERSION} $HOME/.agda/
11+
cp libraries-${AGDA_VERSION} $HOME/.agda/
1212
cd $HOME/.agda/
1313
wget https://github.com/agda/agda-stdlib/archive/v0.17.tar.gz
1414
tar -xvzf v0.17.tar.gz

0 commit comments

Comments
 (0)