Skip to content

Commit e3c1f10

Browse files
committed
Path correction for the Yak Pro package on config file
1 parent 959aa95 commit e3c1f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
RESET = '\033[0m'
77

88
# Configure YakPro packages path
9-
YAKPRO = ["/home/mnestorov/AutomationScripts/ObfuscatesPhpCode/yakpro-po/yakpro-po.php", "-o"]
9+
YAKPRO = ["/home/YOUR_USERNAME/PROJECT_DIR/yakpro-po/yakpro-po.php", "-o"]
1010

1111
# Log filename
1212
log_filename = 'app.log'

0 commit comments

Comments
 (0)