Overlooked Rusts curly brace escape :D
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn generate_openrc(config: &ServiceConfig) -> String {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for secret in &config.environment_secrets {
|
for secret in &config.environment_secrets {
|
||||||
arguments.push(format!("--env {}=$(podman secret inspect --showsecret --format {{.SecretData}} {})", secret.name, secret.secret));
|
arguments.push(format!("--env {}=$(podman secret inspect --showsecret --format {{{{.SecretData}}}} {})", secret.name, secret.secret));
|
||||||
}
|
}
|
||||||
|
|
||||||
for volume in &config.volumes {
|
for volume in &config.volumes {
|
||||||
|
|||||||
Reference in New Issue
Block a user