Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 3, 2015
1 parent 92d4be9 commit 8e0d17a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/migration/main_workflow.rb
Expand Up @@ -44,17 +44,17 @@ def run
private

WORKFLOW_SEQUENCE = {
"ws_start" => "repositories", # TODO: store state before run
"repositories" => {
"ws_start" => "repositories", # TODO: store state before run
"repositories" => {
abort: "restore",
next: "proposals"
},
"proposals" => {
"proposals" => {
abort: "restore",
next: "perform_update"
},
"perform_update" => {},
"restore" => {
"restore" => {
abort: :abort
}
}
Expand Down

0 comments on commit 8e0d17a

Please sign in to comment.