Fix file permissions
This commit is contained in:
Executable → Regular
+1
@@ -1,6 +1,7 @@
|
||||
#include "ruby/decl.h"
|
||||
|
||||
mrb_value get_config_file(mrb_state *mrb, mrb_value self) {
|
||||
UNUSED(self);
|
||||
return mrb_str_new_cstr(mrb, ruby_config_path.string().c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user