diff src/luan/modules/Boot.luan @ 1497:f04bfbb08721

link_from
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 08 May 2020 16:54:30 -0600
parents 580ee513a4b7
children d9a5405a3102
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Fri May 08 10:46:13 2020 -0600
+++ b/src/luan/modules/Boot.luan	Fri May 08 16:54:30 2020 -0600
@@ -177,8 +177,8 @@
 	this.set_last_modified = io.set_last_modified
 	this.length = io.file.length
 	this.rename_to = io.rename_to
-	this.link_to = io.link_to
-	this.symlink_to = io.symlink_to
+	this.link_from = io.link_from
+	this.symlink_from = io.symlink_from
 	this.is_symbolic_link = io.is_symbolic_link
 
 	function this.child(name)