Skip to content

Commit 43276da

Browse files
committed
Update URL of encrypt dsl sql
1 parent b54514e commit 43276da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/python/jupyter_notebook/CipherStash-Getting-Started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"outputs": [],
275275
"source": [
276276
"%env PGPASSWORD=postgres\n",
277-
"! curl -L https://github.com/cipherstash/encrypt-query-language/releases/latest/download/cipherstash-encrypt.sql | psql -h localhost -p 5432 -U postgres cipherstash_getting_started"
277+
"! curl -L https://github.com/cipherstash/encrypt-query-language/releases/download/eql-0.4.0/cipherstash-encrypt.sql | psql -h localhost -p 5432 -U postgres cipherstash_getting_started"
278278
]
279279
},
280280
{

0 commit comments

Comments
 (0)