Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Version = 1.0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Jul 18, 2015
1 parent e1b7dc2 commit 30187fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/nehm/user_control.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'highline'
require 'paint'
require 'terminal_helpers'
require_relative 'config.rb'
require_relative 'client.rb'

Expand All @@ -9,7 +8,7 @@ def self.default_id
if UserControl.logged_in?
Config[:default_id]
else
TerminalHelpers.error "You didn't logged in", true
puts Paint["You didn't logged in", :red]
puts "Input #{Paint['nehm configure', :yellow]} to login"
exit
end
Expand Down
2 changes: 1 addition & 1 deletion lib/nehm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Nehm
VERSION = '1.0.7'
VERSION = '1.0.7.1'
end

0 comments on commit 30187fb

Please sign in to comment.