From 50914787ea67d9fd849d82e7fc630e72522afa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 29 May 2018 10:24:35 +0200 Subject: [PATCH] Fixed typo --- CI/ci-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-source.sh b/CI/ci-source.sh index da0956fa..398eb6cd 100755 --- a/CI/ci-source.sh +++ b/CI/ci-source.sh @@ -10,7 +10,7 @@ make doc cd .. # Extract Version Information -VERSION=OpenMesh-$(cat ../VERSION | grep VERSION | tr -d "VERSION=") +VERSION=OpenMesh-$(cat VERSION | grep VERSION | tr -d "VERSION=") # Create Publishing directory mkdir OpenMesh-$VERSION