Skip to content

Commit

Permalink
set project path on the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 4, 2020
1 parent 18ae229 commit 85d4e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ version = "0.2.8-DEV"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.0.2"
2 changes: 1 addition & 1 deletion test/Example/test/revise.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# julia -i -q --color=yes --project revise.jl example
# julia -i -q --color=yes --project=.. revise.jl example

using Revise, Jive
using Example
Expand Down

0 comments on commit 85d4e02

Please sign in to comment.