Skip to content

Commit

Permalink
feat: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed Feb 7, 2022
1 parent e51c49c commit 13efb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euphonium/scripts/internal/plugin.be
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Plugin
# saves raw confugration into memory
def persist_config()
var bare_values = self.get_raw_config()
persistor.persist(self.name + ".config.json", json.dump(bare_values))
persistor.persist("configuration/" + self.name + ".config.json", json.dump(bare_values))
end

# Loads raw configuration from schema
Expand Down

0 comments on commit 13efb46

Please sign in to comment.