forked from toolshed/abra
		
	fix: dont double append root path
This commit is contained in:
		| @ -185,5 +185,5 @@ func expandTilde(path string) (string, error) { | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	return "/" + filepath.Join(paths...), nil | ||||
| 	return filepath.Join(paths...), nil | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user