Skip to content

Commit 4725896

Browse files
authored
Update _updatePublisher.sh
1 parent bcb3f01 commit 4725896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_updatePublisher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [[ $skipPrompts != true ]]; then
102102

103103
if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
104104
echo "Downloading most recent scripts "
105-
105+
# test
106106
curl -L $update_bat_url -o /tmp/_updatePublisher.new
107107
cp /tmp/_updatePublisher.new _updatePublisher.bat
108108
rm /tmp/_updatePublisher.new

0 commit comments

Comments
 (0)