Skip to content

Commit 72b3d37

Browse files
committed
removed unnecessary comment:
1 parent b2ea7a1 commit 72b3d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/commands/curl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ func (curlCmd *CurlCommand) GetServerDetails() (*config.ServerDetails, error) {
145145
// A command flag is prefixed by '-' or '--'.
146146
// Use this method ONLY after removing all JFrog-CLI flags, i.e. flags in the form: '--my-flag=value' are not allowed.
147147
// An argument is any provided candidate which is not a flag or a flag value.
148-
// The API path is the argument that doesn't start with '-' and isn't a known non-path value.
149148
func (curlCmd *CurlCommand) findUriValueAndIndex() (int, string) {
150149
// Look for the last non-flag argument, as the URL/path is typically at the end
151150
lastNonFlagIndex := -1

0 commit comments

Comments
 (0)