diff --git a/nuclide-ds b/nuclide-ds index 7dda75c1..b814ee88 100755 --- a/nuclide-ds +++ b/nuclide-ds @@ -4,7 +4,7 @@ SCRPATH="$( cd "$( dirname $(readlink -nf $0) )" && pwd )" PATH="$SCRPATH"/bin:"$PATH" if [ -f "$SCRPATH"/bin/fteqw-sv ]; then - fteqw-sv -manifest valve.fmf $* + fteqw-sv $* else printf "Engine is not present, please run build_engine.sh\n" fi