From b4c5d0289124b559440a30e38cd0b74aab98e9b8 Mon Sep 17 00:00:00 2001 From: Mathias Leppich Date: Mon, 10 Nov 2014 20:52:11 +0100 Subject: [PATCH] increase max depth to 5 encountered such an example at work :-/ --- DTAppController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DTAppController.m b/DTAppController.m index a54380e..2858c38 100644 --- a/DTAppController.m +++ b/DTAppController.m @@ -548,7 +548,7 @@ - (void)hotkeyPressed { NSString *findPackagePathCmd = [NSString stringWithFormat:@"" "find \"%@\" " - " -maxdepth 3 " + " -maxdepth 5 " " -type f " " -name .project " "| xargs -n10 grep \"%@\" "