diff options
Diffstat (limited to 'ext/wasm/fiddle.make')
-rw-r--r-- | ext/wasm/fiddle.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/fiddle.make b/ext/wasm/fiddle.make index 2a43959e2..8110384a6 100644 --- a/ext/wasm/fiddle.make +++ b/ext/wasm/fiddle.make @@ -91,7 +91,7 @@ all: fiddle fiddle_remote ?= ifeq (,$(fiddle_remote)) ifneq (,$(wildcard /home/stephan)) - fiddle_remote = wh:www/wh/sqlite3/. + fiddle_remote = wh:www/wasm-testing/fiddle/. else ifneq (,$(wildcard /home/drh)) #fiddle_remote = if appropriate, add that user@host:/path here endif |