You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/05/28 01:18:37 UTC

[whimsy] branch master updated: Typo

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 99cb2f1  Typo
99cb2f1 is described below

commit 99cb2f1017b3f24da8f4f7d48fd893382bc85651
Author: Sebb <se...@apache.org>
AuthorDate: Tue May 28 02:18:33 2019 +0100

    Typo
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8b16e57..10c43ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ before_script:
   - export rvmsudo_secure_path=1
   - rvmsudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
   - sudo mkdir /srv/subscriptions
-  - sudo cp lib/test/subscriptions /srv/subscriptions
+  - sudo cp lib/test/subscriptions/list-* /srv/subscriptions
 
 ########################################################################
 #                             Notification                             #