Skip to content

Commit 4342670

Browse files
authored
Merge pull request mina-deploy#599 from wafiq/wafiq-typo
Typo 'everyting'
2 parents 2d2db33 + 6dd2d06 commit 4342670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/mina/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
desc 'Ensures local repository is pushed to remote'
4646
task :ensure_pushed do
4747
run :local do
48-
comment %{Ensuring everyting is pushed to git}
48+
comment %{Ensuring everything is pushed to git}
4949
command %{
5050
if [ $(git log #{fetch(:remote)}/#{fetch(:branch)}..#{fetch(:branch)} | wc -l) -ne 0 ]; then
5151
echo "! #{fetch(:git_not_pushed_message)}"

0 commit comments

Comments
 (0)