gnucash-on-windows master: Fix typo

Geert Janssens gjanssens at code.gnucash.org
Fri Sep 8 12:32:06 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/c9753c3d (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/12cae808 (commit)



commit c9753c3db49baf9d1a9aa808857b25c4a533b123
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Sep 8 18:31:55 2017 +0200

    Fix typo

diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index b5ce5a8..c383e4f 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -48,7 +48,7 @@ Optional. A ssh compatible server specification (which means [user@]hostname:bas
 
 [CmdletBinding()]
 Param(
-    [Parameter()] [string]$target_dir
+    [Parameter()] [string]$target_dir,
     [Parameter()] [string]$hostname
 )
 



Summary of changes:
 buildserver/build_package.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list