Skip to content
Snippets Groups Projects

Resolve "Fix detector build"

Merged Sylvester Joosten requested to merge 15-fix-detector-build into master
Files
3
+ 1
1
@@ -34,7 +34,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
@@ -34,7 +34,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi
fi
if [ ! -n "${JUGGLER_DETECTOR_VERSION}" ] ; then
if [ ! -n "${JUGGLER_DETECTOR_VERSION}" ] ; then
export JUGGLER_DETECTOR_VERSION="v0.0.1"
export JUGGLER_DETECTOR_VERSION="master"
fi
fi
Loading