Skip to content

Commit db97a2c

Browse files
committed
Use absolute path for python subprocess call
1 parent 37d539d commit db97a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: salt/files/check_new_uploads

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def parse_message(msg):
3030

3131

3232
def trigger_build(pkg):
33-
subprocess.run(['trigger_clang_build', pkg['name']])
33+
subprocess.run(['/usr/local/bin/trigger_clang_build', pkg['name']])
3434

3535

3636
subprocess.run(['apt', 'update'])

0 commit comments

Comments
 (0)