Skip to content
Snippets Groups Projects
Unverified Commit 7099fb21 authored by Ashique P S's avatar Ashique P S
Browse files

Removed the file added for testing


Signed-off-by: default avatarAshique P S <Ashique.saidalavi@progress.com>
parent d7ea4d26
Branches INFWS-144-api-basic-auth
No related merge requests found
$chefws_bin = (split-path $MyInvocation.MyCommand.Definition -Parent)
$AccessKey = (-join ((33..126) | Get-Random -Count 16 | % {[char]$_}))
# $test_path = Join-Path "C:\opscode\chef-workstation\" "testing.txt" -Resolve
$test_path = "C:\opscode\chef-workstation\test.txt"
$parent = split-path $test_path -Parent
Set-Location -Path $parent
Add-Content -Path "test.txt" -Value "This is a testing file"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment