Skip to content

Commit

Permalink
[cb-#99] remove full path
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 21, 2019
1 parent 2336d09 commit 80da7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/tests
@@ -1,5 +1,5 @@
#!/bin/bash

(
$HOME/.deno/bin/deno --allow-read --allow-write --allow-env $DRASH_DIR_ROOT/tests/test.ts
deno --allow-read --allow-write --allow-env $DRASH_DIR_ROOT/tests/test.ts
)

0 comments on commit 80da7a6

Please sign in to comment.