Skip to content

Commit

Permalink
fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 27, 2024
1 parent 9349245 commit 17f1338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/box/env.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local env = util.merge_tables({
octezNodeBinary = args.options["octez-node-binary"] or env.get_env("OCTEZ_NODE_BINARY"),
octezClientBinary = args.options["octez-client-binary"] or env.get_env("OCTEZ_CLIENT_BINARY"),

user = args.options["user"] or env.get_env("USER"),
user = args.options["user"] or env.get_env("TEZBOX_USER"),
}, defaultEnv)

fs.mkdirp(env.configurationDirectory)
Expand Down
2 changes: 1 addition & 1 deletion src/version-info.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local TEZBOX_VERSIOn = "0.4.0"
local TEZBOX_VERSIOn = "0.4.1"

return {
VERSION = TEZBOX_VERSIOn,
Expand Down

0 comments on commit 17f1338

Please sign in to comment.