We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb3f01 commit 4725896Copy full SHA for 4725896
_updatePublisher.sh
@@ -102,7 +102,7 @@ if [[ $skipPrompts != true ]]; then
102
103
if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
104
echo "Downloading most recent scripts "
105
-
+ # test
106
curl -L $update_bat_url -o /tmp/_updatePublisher.new
107
cp /tmp/_updatePublisher.new _updatePublisher.bat
108
rm /tmp/_updatePublisher.new
0 commit comments