mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Merge pull request #14930 from mholiv/enable_dollar_as_first_char_in_folder_and_userName
Modified files to use single quotes rather than double for file path.…
This commit is contained in:
commit
afc82f6beb
2 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ class Connection(ConnectionBase):
|
|||
|
||||
script_template = u'''
|
||||
begin {{
|
||||
$path = "{0}"
|
||||
$path = '{0}'
|
||||
|
||||
$DebugPreference = "Continue"
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue