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

Can't install template from git repo #36

Closed
MaximBazarov opened this issue Nov 23, 2015 · 1 comment
Closed

Can't install template from git repo #36

MaximBazarov opened this issue Nov 23, 2015 · 1 comment
Labels

Comments

@MaximBazarov
Copy link
Contributor

Repo is: https://github.com/BrainLayer/bl_viper_uivc
Rambafile:

### Templates
templates:
- {name: bl_viper_uivc, git: https://github.com/BrainLayer/bl_viper_uivc}

Error:

.rbenv/versions/2.2.3/lib/ruby/2.2.0/psych.rb:370:in `parse': (Rambafile): found unexpected ':' while scanning a plain scalar at line 36 column 30 (Psych::SyntaxError)
@etolstoy
Copy link
Member

@MaksimBazarov The example Rambafile is wrong, you should escape your git path, otherwise yaml parser incorrectly handles additional colon.

- {name: bl_viper_uivc, git: 'https://github.com/BrainLayer/bl_viper_uivc'}

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

2 participants