From 8045b0a2e17085007296e305763619a3ee233683 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 1 Nov 2016 17:33:24 +0100 Subject: [PATCH] Rename temp to temp.lua --- src/apis/{temp => temp.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/apis/{temp => temp.lua} (90%) diff --git a/src/apis/temp b/src/apis/temp.lua similarity index 90% rename from src/apis/temp rename to src/apis/temp.lua index 638ab54..bafc897 100644 --- a/src/apis/temp +++ b/src/apis/temp.lua @@ -6,4 +6,4 @@ end function get(config) return _temp[config] -end \ No newline at end of file +end