Skip to content

Commit 962eece

Browse files
committed
update release.sh
1 parent 6a6620e commit 962eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ then
106106
formattedmessages=$formattedmessages'|'$i
107107
done
108108
109-
json='{"authenticationPassword":"'$EMAILAUTHPASS'", "messages" : "'$formattedmessages'", "packageManaged": "true", "instructions": "pip install --upgrade voiceit2</code></div><br />"}'
109+
json='{"authenticationPassword":"'$EMAILAUTHPASS'", "messages" : "'$formattedmessages'", "packageManaged": "true", "instructions": "pip3 install --upgrade voiceit2</code></div><br />"}'
110110
curl -X POST -H "Content-Type: application/json" -d $json "https://api.voiceit.io/platform/28"
111111
fi
112112
exit 0

0 commit comments

Comments
 (0)