mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
PBGitConfig: Add missing sentinel
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@
|
||||
|
||||
// Check if it exists globally. In that case, write it as a global
|
||||
|
||||
NSArray *arguments = [NSArray arrayWithObjects:@"config", @"--global", @"--get", path];
|
||||
NSArray *arguments = [NSArray arrayWithObjects:@"config", @"--global", @"--get", path, nil];
|
||||
int ret;
|
||||
[PBEasyPipe outputForCommand:[PBGitBinary path] withArgs:arguments inDir:nil retValue:&ret];
|
||||
if (!ret) // It exists globally
|
||||
|
||||
Reference in New Issue
Block a user