Skip to content

Commit 988aba9

Browse files
committed
Remove excess quotes
1 parent 9ce62b6 commit 988aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-program-downloader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ get_content_length() {
101101
validate_file_length() {
102102
perl -e '
103103
my $artifact=$ENV{artifact};
104-
my $temp_file="$ENV{temp_file}";
104+
my $temp_file=$ENV{temp_file};
105105
my $length=$ENV{content_length};
106106
my $size=-s $temp_file;
107107
die "downloaded artifact ($artifact) length ($size) is not expected length ($length)" unless ($size) == $length;

0 commit comments

Comments
 (0)