diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-16 13:01:02 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-16 13:01:02 +0800 |
commit | ce6ee07e9f428c7bb75782c1b7bc476fab051eb4 (patch) | |
tree | 29b45a62453457e7c59423292e6b6fb57e182e12 | |
parent | a243b05eff66f434506c9202cf2754fee84f4fb4 (diff) |
Fix catalog.cfg variable referral syntax
-rw-r--r-- | config/pikul_cost.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pikul_cost.tag b/config/pikul_cost.tag index be1021d..bc0444f 100644 --- a/config/pikul_cost.tag +++ b/config/pikul_cost.tag @@ -10,7 +10,7 @@ sub { "$Global::Variable->{ANTERAJA_SECRET_ACCESS_KEY}" ); $table = 'anteraja'; - } elsif ($company == $Global::Variable->{PIKUL_SICEPAT}) { + } elsif ($company == $::Variable->{PIKUL_SICEPAT}) { @provisions = ( "$Global::Variable->{SICEPAT_API_KEY}" ); |