Skip to content

Commit

Permalink
change binary path in script
Browse files Browse the repository at this point in the history
  • Loading branch information
danilkhromov committed Mar 2, 2020
1 parent 2ce4826 commit 34d7e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darktable/crop_negative.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

local darktable = require "darktable"

local crop_command = "~/.cropneg/cropneg -f "
local crop_command = "~/bin/cropneg -f "

local enable_auto_crop = darktable.new_widget("check_button") {
label = "enable auto crop"
Expand Down

0 comments on commit 34d7e94

Please sign in to comment.