Skip to content

Commit

Permalink
remove autopaste to frontmost app
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Wang authored and Tommy Wang committed Dec 5, 2016
1 parent fa96511 commit 7c9a817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_workflow/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def main():
wf = workflow.Workflow3(
update_settings={
'github_slug': 'twang817/aws-alfred-workflow',
'version': 'v3.1.1',
'version': 'v3.1.2',
},
help_url='https://github.com/twang817/aws-alfred-workflow/blob/master/README.md',
)
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<key>config</key>
<dict>
<key>autopaste</key>
<true/>
<false/>
<key>clipboardtext</key>
<string>{query}</string>
<key>transient</key>
Expand Down

0 comments on commit 7c9a817

Please sign in to comment.