Skip to content

Commit

Permalink
feat: update err status msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dskart committed May 28, 2024
1 parent 728930e commit 570a4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (sess *Session) DoRequest(req *http.Request) (*http.Response, bool, error)
}
}

const crunchFileFoundErrStatus = "409 Src file not found, but crunched file found"
const crunchFileFoundErrStatus = "409 Src file not found, but crunched file also found"
const crunchFileFoundStatusCode = 409

// DoAwsRequest makes a request to AWS
Expand Down

0 comments on commit 570a4dd

Please sign in to comment.