Skip to content

Commit b40b50e

Browse files
committed
Clean up import
1 parent 34d7dc4 commit b40b50e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

info.plist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
<key>escaping</key>
132132
<integer>102</integer>
133133
<key>script</key>
134-
<string>export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
135-
python upload-s3.py "text"</string>
134+
<string>python upload-s3.py "text"</string>
136135
<key>scriptargtype</key>
137136
<integer>0</integer>
138137
<key>scriptfile</key>
@@ -195,9 +194,7 @@ python upload-s3.py "text"</string>
195194
<key>escaping</key>
196195
<integer>102</integer>
197196
<key>script</key>
198-
<string>echo "{query}"
199-
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
200-
python upload-s3.py "{query}"</string>
197+
<string>python upload-s3.py "{query}"</string>
201198
<key>scriptargtype</key>
202199
<integer>0</integer>
203200
<key>scriptfile</key>

0 commit comments

Comments
 (0)