Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func (c *FuzzitClient) CreateJob(jobConfig Job, additionalCorpus string, files [
log.Println("Starting job")
_, err = jobRef.Set(ctx, jobConfig)
if err != nil {
log.Printf("Please check that the target '%s' exists and you have sufficiant permissions",
log.Printf("Please check that the target '%s' exists and you have sufficient permissions",
jobConfig.TargetId)
return nil, err
}
Expand Down