Skip to content

Commit

Permalink
santactl/sync: LogUpload - logsToUpload is part of the same class, us…
Browse files Browse the repository at this point in the history
…e self.
  • Loading branch information
russellhancox committed May 18, 2015
1 parent 0db3b6d commit 536b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/santactl/sync/SNTCommandSyncLogUpload.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ + (void)performSyncInSession:(NSURLSession *)session
[NSString stringWithFormat:@"multipart/form-data; charset=UTF-8; boundary=%@", boundary];
[req setValue:contentType forHTTPHeaderField:@"Content-Type"];

NSArray *logsToUpload = [SNTCommandSyncLogUpload logsToUpload];
NSArray *logsToUpload = [self logsToUpload];

// Upload the logs
[[session uploadTaskWithRequest:req
Expand Down

0 comments on commit 536b896

Please sign in to comment.