diff options
author | psykose <alice@ayaya.dev> | 2023-05-29 02:57:31 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-05-29 04:57:33 +0200 |
commit | 6467bd0461e3b40076135a7d87f509afab1dcb49 (patch) | |
tree | a1e4f0b031425831ccb48a169b3026e51ad725fe /community/perl-object-insideout/APKBUILD | |
parent | c7c1b9747753f109513aa906501d329c76c12188 (diff) | |
download | aports-6467bd0461e3b40076135a7d87f509afab1dcb49.zip |
*/*: fix files that had non-tab indents/\"alignment\"
Diffstat (limited to 'community/perl-object-insideout/APKBUILD')
-rw-r--r-- | community/perl-object-insideout/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-object-insideout/APKBUILD b/community/perl-object-insideout/APKBUILD index 6862c6f1c19..c997b1e073a 100644 --- a/community/perl-object-insideout/APKBUILD +++ b/community/perl-object-insideout/APKBUILD @@ -25,7 +25,7 @@ build() { } check() { - ./Build test + ./Build test } package() { |