Merge pull request #237 from timfrazier1/master

Fixed variable sign in T1077
This commit is contained in:
caseysmithrc
2018-06-05 12:26:13 -06:00
committed by GitHub
+1 -1
View File
@@ -30,4 +30,4 @@ atomic_tests:
executor:
name: command_prompt
command: |
cmd.exe /c "net use \\#{computer_name}\${share_name} #{password} /u:#{user_name}"
cmd.exe /c "net use \\#{computer_name}\#{share_name} #{password} /u:#{user_name}"