From 3e3e532c57cdff397b46750d6fba73993d36ef7b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 27 Nov 2018 08:16:05 +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)