Skip to content

Commit

Permalink
V 1.2
Browse files Browse the repository at this point in the history
Updated Dataloader version 46.
  • Loading branch information
mhamzas committed Aug 10, 2019
1 parent 398cebb commit 247f717
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/encrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if [ "$JAVA" == "" ]; then
echo "Unable to find Java Runtime in PATH";
exit -1;
else
$JAVA -cp dataloader-42.0.0-uber.jar com.salesforce.dataloader.security.EncryptionUtil "$@" | sed 's/^.*) \- //g'
$JAVA -cp dataloader-46.0.0-uber.jar com.salesforce.dataloader.security.EncryptionUtil "$@" | sed 's/^.*) \- //g'
fi
2 changes: 1 addition & 1 deletion bin/process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if [ "$JAVA" == "" ]; then
echo "Unable to find Java Runtime in PATH"
exit -1
else
$JAVA -cp dataloader-42.0.0-uber.jar -Dsalesforce.config.dir=$CONF_DIR com.salesforce.dataloader.process.ProcessRunner process.name=$PROCESS
$JAVA -cp dataloader-46.0.0-uber.jar -Dsalesforce.config.dir=$CONF_DIR com.salesforce.dataloader.process.ProcessRunner process.name=$PROCESS
fi

Binary file added dataloader-46.0.0-uber.jar
Binary file not shown.

0 comments on commit 247f717

Please sign in to comment.