Skip to content

Commit 11676ef

Browse files
committed
updated
1 parent f5a45db commit 11676ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RoboFile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ function publish()
2323
{
2424
$this->taskGit()
2525
->add('-A')
26-
->commit('updated post')
26+
->commit('updated')
27+
->pull()
2728
->push()
2829
->run();
2930
}

0 commit comments

Comments
 (0)