Skip to content

Commit

Permalink
Fix tiny typo (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkezhaya authored and bitwalker committed Sep 10, 2018
1 parent 1e2c988 commit 97a5e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/distillery/tasks/release.ex
Expand Up @@ -178,7 +178,7 @@ defmodule Mix.Tasks.Release do
bin = Path.join([relative_output_dir, "bin", app])

unless Shell.verbosity() in [:silent, :quiet] do
Shell.writef("Release succesfully built!\n", :green)
Shell.writef("Release successfully built!\n", :green)

Shell.writef(
"To start the release you have built, you can use one of the following tasks:\n\n",
Expand Down

0 comments on commit 97a5e0a

Please sign in to comment.