Fix flutter analyze

Forgot to update the paramters in the test code.
This commit is contained in:
Vishesh Handa
2019-02-14 14:51:13 +01:00
parent ac7d7f7445
commit 8d778d7e1f

View File

@ -94,7 +94,8 @@ class GitApp extends StatelessWidget {
var baseGitPath = await getGitBaseDirectory(); var baseGitPath = await getGitBaseDirectory();
await migrateGitRepo( await migrateGitRepo(
fromGitBasePath: "journal_local", fromGitBasePath: "journal_local",
toGitBasePath: "journal", toGitBaseFolder: "journal",
toGitBaseSubFolder: "",
gitBasePath: baseGitPath.path, gitBasePath: baseGitPath.path,
); );
}, },