Skip to content

Commit

Permalink
do not default forceSync to true
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgoktepe committed Sep 22, 2015
1 parent 676fc19 commit b4a140b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</f:entry>

<f:entry title="Force Sync" help="/plugin/repo/help-forceSync.html">
<f:checkbox name="repo.forceSync" checked="${h.defaultToTrue(scm.forceSync)}" />
<f:checkbox name="repo.forceSync" checked="${scm.forceSync}" />
</f:entry>

<f:entry title="Trace" help="/plugin/repo/help-trace.html">
Expand Down

0 comments on commit b4a140b

Please sign in to comment.