diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-19 19:38:25 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-19 19:38:25 +0800 |
commit | a6073db18747cd79b129db9cc7c82017ae18e700 (patch) | |
tree | 28dd1c3d9f102939d04d61a948d745398b9acd57 /config | |
parent | 43e5c6d040d3b89ac3ec30bec775d0934e9a6b17 (diff) |
Missed double quotes
Diffstat (limited to 'config')
-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 786e39a..ceec7c6 100644 --- a/config/pikul_cost.tag +++ b/config/pikul_cost.tag @@ -13,7 +13,7 @@ sub { $table = 'anteraja'; } elsif ($company == $::Variable->{PIKUL_SICEPAT}) { @provisions = ( - "$Global::Variable->{SICEPAT_API_KEY}" + $Global::Variable->{SICEPAT_API_KEY} ); $origin = $::Variable->{SICEPAT_ORIGIN}; $table = 'sicepat_destination'; |