diff --git a/lib/app.dart b/lib/app.dart index 83972fcc..b8a568cc 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -78,6 +78,8 @@ class JournalApp extends StatefulWidget { appState.gitBaseDirectory, settings.internalRepoFolderName, ); + + Log.i("Calling GitInit at: $repoPath"); await GitRepository.init(repoPath); settings.localGitRepoConfigured = true; diff --git a/pubspec.yaml b/pubspec.yaml index 9f2a4662..3cea12fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gitjournal description: A Note Taking App Built on top of Git -version: 1.71.1+10 +version: 1.71.2+10 dependencies: flutter: