Skip to content

Commit

Permalink
update to newer Punctual
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Nov 16, 2018
1 parent dbe3692 commit 90585d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ releaseClient: # make installClient or prodInstallClient first!

curlReleaseClient: # this uses curl to download and unzip a recent pre-built client from a GitHub release
rm -rf Estuary.jsexe
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181114/estuary-client-20181114.zip
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181116/estuary-client-20181116.zip
unzip temp.zip
rm -rf temp.zip
cp -Rf static/Dirt Estuary.jsexe
Expand Down
2 changes: 1 addition & 1 deletion client/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages:

- location:
git: https://github.com/d0kt0r0/Punctual.git
commit: d57c70759b86e4c5a2ffe3ce707cfcb7446e5e27
commit: 53906f8f5827755a44f6c8bd30e82bdaa3b7aabc
extra-dep: true

extra-deps:
Expand Down

0 comments on commit 90585d3

Please sign in to comment.