mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
require fog in bin, which sets up load path for subsequent requires
This commit is contained in:
parent
e1740eac4e
commit
c07a5d343d
1 changed files with 1 additions and 1 deletions
2
bin/fog
2
bin/fog
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
require 'fog'
|
||||
require File.join(File.dirname(__FILE__), '..', 'lib', 'fog')
|
||||
require 'irb'
|
||||
require 'yaml'
|
||||
require 'fog/credentials'
|
||||
|
|
Loading…
Reference in a new issue