From 1be84092760de7806196c5e0533b2beb6232497d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 11 Dec 2017 10:02:49 +0100 Subject: [PATCH] Fix tito_libs path --- .tito/tito.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tito/tito.props b/.tito/tito.props index 6def59d..4a47d1a 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -3,4 +3,4 @@ builder = tito.builder.Builder tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) -lib_dir = ../../tito_libs +lib_dir = ../tito_libs