mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
Fix flutter analyze
Forgot to update the paramters in the test code.
This commit is contained in:
@ -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,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user