Skip to content

Commit

Permalink
added force:true to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Feb 7, 2023
1 parent e589f08 commit ba781b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ async function installPackageByUpload({
savedObjectsClient,
esClient,
spaceId,
force: false,
force: true, // upload has implicit force
packageInfo,
paths,
});
Expand Down

0 comments on commit ba781b9

Please sign in to comment.