Skip to content

Commit fb1f00b

Browse files
committed
update tools.toml to remove my local paths
1 parent eedd1dd commit fb1f00b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.docker/tools.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
storm = "/opt/storm/build/bin/storm"
44
# For prism, we ask the location of the directory.
55
prism = "/opt/prism/"
6-
modest = "/opt/Modest/"
6+
# For modest, we ask for the path to the binary
7+
modest = "/opt/Modest/modest"
78

89
["byproducts"]
910
tmpfolder = "/tmp"

tools.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
["tools"]
22
# Note that for storm, we ask for the path to the binary
3-
storm = "/Users/junges/storm-umb/build/bin/storm"
3+
storm = "/path/to/storm/binary/storm"
44
# For prism, we ask the location of the directory.
5-
prism = "/Users/junges/prism-umb/"
6-
modest = "/Users/junges/Documents/Modest-umb-all/Modest/modest"
5+
prism = "/path/to/prism/directory"
6+
# For modest, we ask for the path to the binary
7+
modest = "/path/to/modest/binary/modest"
78

89
["byproducts"]
910
tmpfolder = "/tmp"

0 commit comments

Comments
 (0)