Skip to content

Commit 26b2525

Browse files
committed
del comment
1 parent 569809f commit 26b2525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/handlersettings/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (s HandlerSettings) ReadArtifacts() ([]UnifiedArtifact, error) {
9696
func (s HandlerSettings) validate() error {
9797
// If installAsService is false, then the source has to be specified
9898
if !s.PublicSettings.InstallAsService {
99-
if s.PublicSettings.Source == nil || (s.PublicSettings.Source.Script == "") == (s.PublicSettings.Source.ScriptURI == "") { // Lourdes: check here also for scriptType?
99+
if s.PublicSettings.Source == nil || (s.PublicSettings.Source.Script == "") == (s.PublicSettings.Source.ScriptURI == "") {
100100
return errSourceNotSpecified
101101
}
102102
}

0 commit comments

Comments
 (0)