mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
fixing bug #1187 - dependency is no longer needed
This commit is contained in:
parent
cf78ad3659
commit
78e3109c91
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
namespace :tracks do
|
||||
desc 'Replace the password of USER with a new one.'
|
||||
task :password => :environment do
|
||||
|
||||
Dependencies.load_paths.unshift(File.dirname(__FILE__) + "/../../vendor/gems/highline-1.5.0/lib")
|
||||
require "highline/import"
|
||||
|
||||
user = User.find_by_login(ENV['USER'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue