You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/lib/Amon2/Setup/VC/Git.pm b/lib/Amon2/Setup/VC/Git.pm
index 08eb3d1..b1b9284 100644
--- a/lib/Amon2/Setup/VC/Git.pm+++ b/lib/Amon2/Setup/VC/Git.pm@@ -18,7 +18,7 @@ sub do_import {
!system("git init") or die $?;
!system("git add .") or die $?;
- !system("git commit -m 'initial import'") or die $?;+ !system("git commit -m \"initial import\"") or die $?;
}
1;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: