From e998858401332c25e1165f9b100df72a61254538 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 27 Nov 2018 08:17:47 +0100 Subject: [PATCH] Update tito config to match new lib path --- .tito/tito.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tito/tito.props b/.tito/tito.props index 2af97a9..fb351a8 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = fws_tito.builder.GitLfsBuilder +builder = fws.builder.GitLfsBuilder tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)