Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
tools
tabacco
Commits
f01658f1
Commit
f01658f1
authored
Jun 18, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
c42a6349
Pipeline
#3477
failed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config.go
config.go
+1
-1
No files found.
config.go
View file @
f01658f1
...
...
@@ -98,7 +98,7 @@ func (c *Config) parse() (*runtimeAssets, error) {
// Sources that fail the check are removed from the
// SourceSpecs array. We also check that sources have unique
// names.
tmp
:=
make
(
map
[
string
]
struct
{}
{}
)
tmp
:=
make
(
map
[
string
]
struct
{})
var
srcs
[]
*
SourceSpec
for
_
,
spec
:=
range
c
.
SourceSpecs
{
if
err
:=
spec
.
Check
(
handlerMap
);
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment