Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to handle load order? ie. load path.fish first #12

Open
mwilliammyers opened this issue Sep 15, 2015 · 2 comments
Open

how to handle load order? ie. load path.fish first #12

mwilliammyers opened this issue Sep 15, 2015 · 2 comments
Labels

Comments

@mwilliammyers
Copy link
Collaborator

Ref. lib/reel/shell.rb:7

    # TODO: how to handle load order? ie. load path.fish first
    def initialize(reel_config_home, repo_path)
      @reel_config_home = reel_config_home
      @repo_path = repo_path
@mwilliammyers mwilliammyers changed the title : how to handle load order? ie. load path.fish first how to handle load order? ie. load path.fish first Sep 16, 2015
@mwilliammyers
Copy link
Collaborator Author

Ref. lib/reel/shell.rb:7

    # TODO: how to handle load order? ie. load path.fish first
    def initialize(repo_path, dest_dir = nil)
      @repo_path = repo_path
      @repo_config_files = []

@mwilliammyers
Copy link
Collaborator Author

When using with the ansible role, this should be automatically handled...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant