Skip to content

Commit f9545a1

Browse files
iNecasares
authored andcommitted
Fix calling redmine_to_kanboard
1 parent a0201b4 commit f9545a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kansync.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def execute
8989
option ['-r', '--redmine-id'], 'REDMINE_ID', 'Redmine id', required: true
9090

9191
def execute
92-
task = RedmineToKanboard.new(profile: profile_object, redmine_id: redmine_id).create
92+
task = RedmineToKanboard.new(profile: profile_object, redmine_id: redmine_id).run
9393
puts "Kanboard task #{task.id} created"
9494
end
9595
end

0 commit comments

Comments
 (0)