Skip to content

Commit

Permalink
Use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchantastic committed Mar 18, 2022
1 parent c05f2a3 commit 917a8ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python lipsum.py characters {query}</string>
<string>python3 lipsum.py characters {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -215,7 +215,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python lipsum.py words {query}</string>
<string>python3 lipsum.py words {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -238,7 +238,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python lipsum.py sentences {query}</string>
<string>python3 lipsum.py sentences {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -303,7 +303,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python lipsum.py paragraphs {query}</string>
<string>python3 lipsum.py paragraphs {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -390,7 +390,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>3.1.1</string>
<string>3.2.0</string>
<key>webaddress</key>
<string>https://github.com/alexchantastic/alfred-lipsum-workflow</string>
</dict>
Expand Down

0 comments on commit 917a8ba

Please sign in to comment.