✏️ Fix dumb typo in test to build back

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2019-06-24 01:14:17 +02:00
parent 0720ea0e97
commit 495eec6c41
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ "$#" -ne 0 ]; then
if [ "$#" -e 0 ]; then
echo "Expecting parameters: 1=path to backend; 2=destination directory"
exit 1
fi