Skip to content

Commit

Permalink
bugfix print in oclip -o
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Sep 9, 2019
1 parent 8db5c7f commit b88e5a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified platform/linux/oclip
Binary file not shown.
1 change: 0 additions & 1 deletion src/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ local function get_file_path_from_home(file_name)
local home = get_home_dir()
local separator = package.config:sub(1, 1)
local file_path = home .. separator .. file_name
print('file_path:', file_path)
return file_path
end

Expand Down

0 comments on commit b88e5a1

Please sign in to comment.