Skip to content

Commit af52bba

Browse files
committed
bin/fetch-configlet: Add new line at the end of each file
1 parent 46995fc commit af52bba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/fetch-canonical_data_syncer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ $zipUrl = DownloadUrl -FileName $fileName -Headers $headers
2121

2222
Invoke-WebRequest -Headers $headers -Uri $zipUrl -OutFile $outputFile
2323
Expand-Archive $outputFile -DestinationPath $outputDirectory -Force
24-
Remove-Item -Path $outputFile
24+
Remove-Item -Path $outputFile

bin/fetch-configlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ case "$EXT" in
4949
rm bin/latest-configlet.zip
5050
;;
5151
(*) curl --header "$HEADER" -s --location "$URL" | tar xz -C bin/ ;;
52-
esac
52+
esac

bin/fetch-configlet.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ $zipUrl = DownloadUrl -FileName $fileName -Headers $headers
2121

2222
Invoke-WebRequest -Headers $headers -Uri $zipUrl -OutFile $outputFile
2323
Expand-Archive $outputFile -DestinationPath $outputDirectory -Force
24-
Remove-Item -Path $outputFile
24+
Remove-Item -Path $outputFile

0 commit comments

Comments
 (0)