Skip to content

Commit

Permalink
updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdeveloper committed Feb 15, 2016
1 parent f291ff7 commit 7d61deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/BitBar/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ - (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppl
// extract the url from the event and handle it

NSString *URLString = [event paramDescriptorForKeyword:keyDirectObject].stringValue;
NSString *prefix = @"bitbar://openPlugin/";
NSString *prefix = @"bitbar://openPlugin?src=";

// skip urls that don't begin with our prefix
if (![URLString hasPrefix:prefix])
Expand Down

0 comments on commit 7d61deb

Please sign in to comment.