Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryl1 authored Jun 29, 2022
1 parent c44a980 commit 433d57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function syncDependencies(repo) {
var owner = path_and_org[1]
var path = path_and_org[0]

var s3_dep_list = await list(repo, path)
var s3_dep_list = await list(path)
var gh_latest_release = await getLatest(repo, owner)

var g_tag = gh_latest_release.data.tag_name.replace("v", "")
Expand Down

0 comments on commit 433d57d

Please sign in to comment.