Fix string interpolation from ${foo} to #{foo}
This commit is contained in:
@@ -19,5 +19,5 @@ atomic_tests:
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
certutil.exe -encode ${executable} file.txt
|
||||
certutil.exe -decode file.txt ${executable}
|
||||
certutil.exe -encode #{executable} file.txt
|
||||
certutil.exe -decode file.txt #{executable}
|
||||
|
||||
Reference in New Issue
Block a user