From fe3f3c00e0f940dabf0b6e6b315e4f4a02fc694f Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 18 Oct 2017 23:16:51 +0000
Subject: [PATCH] circleci: fixed binary filename

---
 .circleci/config.yml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e8b68e7..08fd61e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,9 +8,8 @@
       - checkout
       - run: make
       - run: |
-    # tell the operating system to remove the file size limit on core dump files 
           ulimit -c unlimited
-          ./dump
+          ./darknet
       - run:
           command: |
             mkdir -p /tmp/core_dumps

--
Gitblit v1.10.0