mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +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();
|
||||
await migrateGitRepo(
|
||||
fromGitBasePath: "journal_local",
|
||||
toGitBasePath: "journal",
|
||||
toGitBaseFolder: "journal",
|
||||
toGitBaseSubFolder: "",
|
||||
gitBasePath: baseGitPath.path,
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user