Commit ab0924dd0274
Changed files (1)
systems
carthage
systems/carthage/extra.nix
@@ -135,14 +135,14 @@ in
"git-receive-pack" = {
arg = {
pos = 1;
- glob = "/home/vincent/git/*";
+ glob = "/home/vincent/git/**";
};
num_args = 1;
};
"git-upload-pack" = {
arg = {
pos = 1;
- glob = "/home/vincent/git/*";
+ glob = "/home/vincent/git/**";
};
num_args = 1;
};
@@ -152,7 +152,7 @@ in
"git-upload-pack" = {
arg = {
pos = 1;
- glob = "/home/vincent/git/*";
+ glob = "/home/vincent/git/**";
};
num_args = 1;
};