Skip to content

Commit

Permalink
Fix update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Aug 2, 2017
1 parent 660ee17 commit 88b6128
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 43 deletions.
Binary file not shown.
86 changes: 43 additions & 43 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -140,27 +140,6 @@
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>lastpathcomponent</key>
<false/>
<key>onlyshowifquerypopulated</key>
<true/>
<key>removeextension</key>
<false/>
<key>text</key>
<string>{query}</string>
<key>title</key>
<string>Configuration error</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
<key>uid</key>
<string>D2D75AF8-15E1-40D8-84D1-AE23BA5263F4</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -184,6 +163,27 @@
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>lastpathcomponent</key>
<false/>
<key>onlyshowifquerypopulated</key>
<true/>
<key>removeextension</key>
<false/>
<key>text</key>
<string>{query}</string>
<key>title</key>
<string>Configuration error</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
<key>uid</key>
<string>D2D75AF8-15E1-40D8-84D1-AE23BA5263F4</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -247,6 +247,27 @@ variables={allvars}</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>2</integer>
<key>keyword</key>
<string>reposhelp</string>
<key>subtext</key>
<string></string>
<key>text</key>
<string>Open Repos Help File</string>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>13C4EEDF-EC8D-4B23-8693-6E050109AFDC</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -270,27 +291,6 @@ variables={allvars}</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>2</integer>
<key>keyword</key>
<string>reposhelp</string>
<key>subtext</key>
<string></string>
<key>text</key>
<string>Open Repos Help File</string>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>13C4EEDF-EC8D-4B23-8693-6E050109AFDC</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -454,7 +454,7 @@ Use the `reposhelp` command to see the help file.</string>
<string>180</string>
</dict>
<key>version</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>webaddress</key>
<string></string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions src/repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def main(wf):
log.info('newer version (%s) is available', v)
wf.add_item(u'Version {} is available'.format(v),
u'↩ or ⇥ to install',
autocomplete='workflow:update',
icon=ICON_UPDATE)

# Try to search git repos
Expand Down

0 comments on commit 88b6128

Please sign in to comment.