rm extra space, from silverwind feedback

This commit is contained in:
techknowlogick 2023-04-29 05:04:45 +08:00
parent ccce3ea081
commit 86b6eb5bc0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class ActRunner < Formula
if stable.using.blank?
filename = ActRunner.class_variable_get("@@filename")
else
filename = downloader.cached_location
filename = downloader.cached_location
end
apply_ad_hoc_signature(filename)
bin.install filename => "act_runner"