Changed capp_buid to cap_build....

This commit is contained in:
Alexandre Wilhelm
2013-08-11 23:24:38 -07:00
parent 2fcf1f4ac4
commit c0dce226bf
+1 -1
View File
@@ -245,7 +245,7 @@ void fsevents_callback(ConstFSEventStreamRef streamRef,
// This is used to get the env var of $CAPP_BUILD
NSDictionary *processEnvironment = [[NSProcessInfo processInfo] environment];
NSArray *arguments = [NSArray arrayWithObjects:@"-l", @"-c", @"echo $CAPP_BUID", nil];
NSArray *arguments = [NSArray arrayWithObjects:@"-l", @"-c", @"echo $CAPP_BUILD", nil];
NSDictionary *taskResult = [self runTaskWithLaunchPath:[processEnvironment objectForKey:@"SHELL"]
arguments:arguments