convore-simple 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/convore-simple.gemspec +1 -1
- data/lib/convore-simple.rb +1 -1
- metadata +2 -2
data/convore-simple.gemspec
CHANGED
data/lib/convore-simple.rb
CHANGED
@@ -5,7 +5,7 @@ module ConvoreSimple
|
|
5
5
|
def self.say(message)
|
6
6
|
user = `git config user.convore`.chomp
|
7
7
|
topic = `git config convore.topic`.chomp
|
8
|
-
err = "
|
8
|
+
err = "error: can't set git config"
|
9
9
|
if user.empty?
|
10
10
|
puts "Setting convore username (git config user.convore <username>)."
|
11
11
|
print "Enter username: "
|