From a21ea16d47b302175cdf4041805a3071ffc6dd63 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Tue, 12 Jan 2016 13:58:11 -0800 Subject: [PATCH] fix version_added on win_msi wait arg --- windows/win_msi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/win_msi.py b/windows/win_msi.py index 368e469ebe4..d426c164506 100644 --- a/windows/win_msi.py +++ b/windows/win_msi.py @@ -50,7 +50,7 @@ options: - Path to a file created by installing the MSI to prevent from attempting to reinstall the package on every run wait: - version_added: "2.0" + version_added: "2.1" description: - Specify whether to wait for install or uninstall to complete before continuing. choices: