Skip to content

Commit

Permalink
hide output of create logs path.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 1, 2021
1 parent 17b8f35 commit 6d5998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Function Main

# ensure log path exist
if(!(Test-Path -Path ${LOG_PATH} )){
New-Item -ItemType directory -Path ${LOG_PATH}
New-Item -ItemType directory -Path ${LOG_PATH} | Out-Null
}

$script:LOG_PATH = (createDir $LOG_PATH)
Expand Down

0 comments on commit 6d5998b

Please sign in to comment.