Skip to content

Commit

Permalink
Removed pre-commit hook call for step by step switch
Browse files Browse the repository at this point in the history
  • Loading branch information
drazumova committed Sep 3, 2019
1 parent 1afed35 commit be6a79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bunch-cli/src/main/kotlin/org/jetbrains/bunches/switch.kt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ fun doStepByStepSwitch(suffixes: List<String>, repoPath: String, commitTitle: St
commitChanges(
repoPath,
branchChanges,
commitTitle.replace("{target}", extension)
commitTitle.replace("{target}", extension),
noVerify = true
)
}
}
Expand Down

0 comments on commit be6a79a

Please sign in to comment.