From e6717c864856b3093e6f63104d523068957feb83 Mon Sep 17 00:00:00 2001 From: toastonrye Date: Sat, 6 Aug 2022 10:04:22 -0500 Subject: [PATCH] Update basaltPreview.lua Copied from the Basalt wiki example --- examples/basaltPreview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basaltPreview.lua b/examples/basaltPreview.lua index 040b7b6..5646d46 100644 --- a/examples/basaltPreview.lua +++ b/examples/basaltPreview.lua @@ -1,7 +1,7 @@ --Basalt configurated installer local filePath = "basalt.lua" --here you can change the file path default: basalt.lua if not(fs.exists(filePath))then - shell.run("pastebin run ESs1mg7P packed true "..filePath) -- this is an alternative to the wget command + shell.run("pastebin run ESs1mg7P packed true "..filePath:gsub(".lua", "")) -- this is an alternative to the wget command end local basalt = require(filePath:gsub(".lua", "")) -- here you can change the variablename in any variablename you want default: basalt