Skip to content

Commit

Permalink
FALCON-2225 extension owner added for trusted extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
PracheerAgarwal-zz committed Dec 20, 2016
1 parent cdb5404 commit 622cae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void initializeDbTable() {
String description = getShortDescription(extension);
String recipeName = extension;
String location = storePath.toString() + '/' + extension;
String extensionOwner = CurrentUser.getUser();
String extensionOwner = System.getProperty("user.name");
metaStore.storeExtensionBean(recipeName, location, extensionType, description, extensionOwner);
}
} catch (FalconException e) {
Expand Down

0 comments on commit 622cae4

Please sign in to comment.