public
Fork of schacon/ticgit
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/cyberlync/ticgit.git
change the require statement for ti
schacon (author)
Wed Mar 26 13:59:07 -0700 2008
commit  4aee7f39ea3ee1ad6821417ecddb7375c433141e
tree    d02bcc11c2fcc223246a2c06eeb8277d5a40f66e
parent  098c3514fc976308e98cc82b18886f764eac7b3a
0
...
6
7
8
9
10
 
 
11
12
...
6
7
8
 
 
9
10
11
12
0
@@ -6,6 +6,6 @@
0
 #
0
 
0
 require 'rubygems'
0
-#require 'ticgit'
0
-require File.dirname(__FILE__) + '/../lib/ticgit'
0
+require 'ticgit'
0
+#require File.dirname(__FILE__) + '/../lib/ticgit'
0
 TicGit::CLI.execute
0
\ No newline at end of file

Comments

    No one has commented yet.