gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] branch master updated: script: fix path


From: gnunet
Subject: [gnurl] branch master updated: script: fix path
Date: Wed, 08 Apr 2020 12:12:52 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 55ddc6582 script: fix path
55ddc6582 is described below

commit 55ddc65827f8424ef1c6fe592da07608237cf2ae
Author: Nikita Gillmann <address@hidden>
AuthorDate: Wed Apr 8 12:12:40 2020 +0200

    script: fix path
---
 scripts/travis/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index eca1a984f..864e1e07e 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -70,7 +70,7 @@ if [ "$T" = "normal" ]; then
   fi
   if [ -n $CHECKSRC ]; then
     echo "enable COPYRIGHTYEAR" > ./docs/examples/.checksrc
-    echo "enable COPYRIGHTYEAR" > ./include/curl/.checksrc
+    echo "enable COPYRIGHTYEAR" > ./include/gnurl/.checksrc
     make checksrc
   fi
 fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]