Skip to content

Commit

Permalink
fix force update
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Aug 28, 2017
1 parent 347417b commit 6116d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update_manifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ end
if update.force then
tag_name = update.commitish or 'master'
print("Heap: ", node.heap(), "Forcing software update to branch/tag: ", tag_name)
download_new_manifest()
download_new_manifest(tag_name)
else
check_for_version_update()
end

0 comments on commit 6116d0a

Please sign in to comment.