Skip to content

Commit 8118e25

Browse files
author
Jason Duncan
committed
Minor string change.
1 parent 9433a66 commit 8118e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard-project-status.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
(dashboard-insert-heading
6060
(concat
6161
(if (dashboard-project-status-git-local-is-behind?)
62-
" is behind the remote. (use \"git-pull\" to update)"
62+
" is behind the remote. (use \"git pull\" to update)"
6363
" is up-to-date.")
6464
hard-newline)))
6565

0 commit comments

Comments
 (0)