Skip to content

Commit 035a610

Browse files
authored
Fix: Python Version 3.8
1 parent 7ed770a commit 035a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumer/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
python3.8 app/set_properties.py
3-
`python3.8 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
3+
`python3.8 app/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
44
touch /app/logs/record_processor.log
55
exec tail -f /app/logs/record_processor.log

0 commit comments

Comments
 (0)