toString for port

This commit is contained in:
niten 2023-03-20 18:36:26 -07:00
parent c93858385d
commit e2d8123f5b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ in {
"--mqtt-user=${cfg.mqtt-client.username}"
"--mqtt-password-file=$CREDENTIALS_DIRECTORY/mqtt.passwd"
"--objectifier-host=${cfg.objectifier-client.host}"
"--objectifier-port=${cfg.objectifier-client.port}"
"--objectifier-port=${toString cfg.objectifier-client.port}"
]) ++ (optional cfg.verbose "--verbose"));
};
};