mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-06-30 13:12:57 +00:00
fix: ignore linting error
This commit is contained in:
parent
4d830f707f
commit
e735491c57
@ -17,7 +17,7 @@ func ParseCommand(s *settings.Settings, raw string) (command []string, name stri
|
||||
command = append(command, name)
|
||||
command = append(command, args...)
|
||||
} else {
|
||||
command = append(s.Shell, raw)
|
||||
command = append(s.Shell, raw) //nolint:gocritic
|
||||
}
|
||||
|
||||
return command, name, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user