Fixed variable sign

This commit is contained in:
timfrazier1
2018-06-05 14:13:25 -04:00
committed by GitHub
parent b906ac5915
commit bf583ebd02
+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}"