diff --git a/dup.rb b/dup.rb index f1cf954..bd6b16f 100755 --- a/dup.rb +++ b/dup.rb @@ -135,7 +135,7 @@ def action_create(container, file) File.open(file, "w") {|f| f.write(get_sample(container))} - exec("joe #{file.shellescape}") + exec("/usr/bin/editor #{file.shellescape}") exit 1 # will never be reached because exec replaces this process. But just in case... ;-) end