From 1f1fc944bc43a1c78871bee95a8720a7b02bcb20 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 13 Aug 2010 13:02:18 -0400 Subject: fix text --- etc/phpshellsessions/gitsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index 5e2aead..09cb670 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -21,7 +21,7 @@ global $command_split; unlink_if_exists("/tmp/config.cache"); if(!file_exists("/usr/local/bin/git")) { - echo "Cannot find git, fetching static git..."; + echo "Cannot find git, fetching..."; system("pkg_add -r git"); } -- cgit v1.1