From 78891b76b257fbb31d6ea088ece987b4568dad00 Mon Sep 17 00:00:00 2001 From: Wouter Mellema Date: Thu, 8 Feb 2024 15:31:31 +0100 Subject: [PATCH] Update manifests/pyvenv.pp Co-authored-by: Tim Meusel --- manifests/pyvenv.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pyvenv.pp b/manifests/pyvenv.pp index 98eb61e0..5bfc2103 100644 --- a/manifests/pyvenv.pp +++ b/manifests/pyvenv.pp @@ -35,7 +35,7 @@ Array $environment = [], Optional[String[1]] $prompt = undef, Python::Venv::PipVersion $pip_version = 'latest', - Optional[String[1]] $python_path = undef, + Optional[Stdlib::Absolutepath] $python_path = undef, ) { include python