Преглед изворни кода

Added default (testing) values for repo

Alois Mahdal пре 11 година
родитељ
комит
9ddd2be2a2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      lib/SugarTrail.pm

+ 2
- 2
lib/SugarTrail.pm Прегледај датотеку

@@ -7,8 +7,8 @@ use helper;
7 7
 our $VERSION = '0.1';
8 8
 
9 9
 my $r = SugarTrail::Repo->new(
10
-    root    => config->{repo_root},
11
-    vcs     => config->{repo_vcs}
10
+    root    => config->{repo_root}  // "t/data/strepo",
11
+    vcs     => config->{repo_vcs}   // "git"
12 12
 );
13 13
 
14 14