Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-07-21 18:31:37 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-07-21 18:31:37 +0300
commit34813f439985437ed6321002c57a19e2ac704362 (patch)
treebe78d6ba9975a12587e19f9e6a8689a0ffd0e267 /.travis.yml
parent3b806147a93b43eadf3b47fd75176ab813be0cdd (diff)
Fix variable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 794560c..94e21d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ before_install:
- cd ../server
- ./occ check
- ./occ status
- - ./occ app:enable $APP
+ - ./occ app:enable $APP_NAME
- ./occ app:list
script: