Skip to content

Commit b2e6487

Browse files
committed
Renamed UNOCONVERT_EXECUTABLE_PATH to UNOCONVERT_BIN
1 parent 7277f55 commit b2e6487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unoserver-rest-api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func main() {
3939
Name: "unoconvert-bin",
4040
Value: "unoconvert",
4141
Usage: "Set the unoconvert executable path.",
42-
EnvVar: "UNOCONVERT_EXECUTABLE_PATH",
42+
EnvVar: "UNOCONVERT_BIN",
4343
},
4444
cli.DurationFlag{
4545
Name: "unoconvert-timeout",

0 commit comments

Comments
 (0)