Skip to content

Commit 04ecc60

Browse files
committed
Set reboot_system_after_config
1 parent b35270d commit 04ecc60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ defmodule Diff.MixProject do
5757
defp releases() do
5858
[
5959
diff: [
60-
include_executables_for: [:unix]
60+
include_executables_for: [:unix],
61+
reboot_system_after_config: true
6162
]
6263
]
6364
end

0 commit comments

Comments
 (0)