Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
coreospackage
Commits
7c5f25d0
Commit
7c5f25d0
authored
7 years ago
by
Ajit Jagtap
Browse files
Options
Downloads
Patches
Plain Diff
Changed because update was failing
parent
69baa791
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
downloadhelper/downloadHelper.go
+1
-0
downloadhelper/downloadHelper.go
with
1 addition
and
0 deletions
downloadhelper/downloadHelper.go
+
1
−
0
View file @
7c5f25d0
...
...
@@ -57,6 +57,7 @@ func DownloadFile(sourcePath, destinationPath, jwtToken string, retryCnt int) (b
}
}
client
:=
grab
.
NewClient
()
// Changed because update was failing - Ajitj
// client.HTTPClient.Timeout = time.Second * 10
req
,
_
:=
grab
.
NewRequest
(
destinationPath
,
sourcePath
)
if
jwtToken
!=
"NA"
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets