chocolatey / ChocolateyGUI

A delicious GUI for Chocolatey
https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache License 2.0
1.65k stars 251 forks source link

(#993) (fix) Correct syntax in KTS file, duplicate scriptContent assignment #1012

Closed Windos closed 1 year ago

Windos commented 1 year ago

Description Of Changes

This PR removes the duplicate assignment of scriptContent in the Call Cake script step.

Motivation and Context

The syntax was incorrect and prevented the KTS file from being imported.

Testing

I compared this file pre and post edit to the other KTS files that are importing, was also guided by the error messages from the failed import.

Operating Systems Testing

N/A

Change Types Made

Change Checklist

Related Issue

Related to #993

gep13 commented 1 year ago

@Windos thank you for catching this, and apologies for not spotting this during the review!

gep13 commented 1 year ago

@Windos also, as discussed, I have changed the .bat files in this repository and added them as another commit onto this PR. This makes these .bat files consistent with how the other repositories have been configured.