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

Need to add a comma #1

Open
tyabell opened this issue Mar 18, 2016 · 0 comments
Open

Need to add a comma #1

tyabell opened this issue Mar 18, 2016 · 0 comments

Comments

@tyabell
Copy link

tyabell commented Mar 18, 2016

Need to add a comma and a semicolon to this on line 43:
my $foo = GRNOC::Config->new(config_file => '/etc/grnoc/db.xml', debug => 0, force_array => 0 schema => '/path/to/schema.csd')

should be:
my $foo = GRNOC::Config->new(config_file => '/etc/grnoc/db.xml', debug => 0, force_array => 0, schema => '/path/to/schema.csd');

Edit: Noticed the missing semicolon

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

No branches or pull requests

1 participant