Skip to content

Commit

Permalink
Typo 'everyting'
Browse files Browse the repository at this point in the history
  • Loading branch information
wafiq committed Jan 11, 2018
1 parent 2d2db33 commit 6dd2d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mina/git.rb
Expand Up @@ -45,7 +45,7 @@
desc 'Ensures local repository is pushed to remote'
task :ensure_pushed do
run :local do
comment %{Ensuring everyting is pushed to git}
comment %{Ensuring everything is pushed to git}
command %{
if [ $(git log #{fetch(:remote)}/#{fetch(:branch)}..#{fetch(:branch)} | wc -l) -ne 0 ]; then
echo "! #{fetch(:git_not_pushed_message)}"
Expand Down

0 comments on commit 6dd2d06

Please sign in to comment.