Skip to content

Commit 3f249fd

Browse files
committed
Fixup: typos
1 parent 9cbf6a3 commit 3f249fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ main(Args) ->
77
true ->
88
os:putenv("REBAR_OFFLINE", "1");
99
false ->
10-
_
10+
ok
1111
end,
1212
ensure_app(crypto),
1313
ensure_app(asn1),

src/rebar_prv_local_upgrade.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ etag(Path) ->
122122
request(Url, ETag) ->
123123
case os:getenv("REBAR_OFFLINE") of
124124
"1" ->
125-
?DEBUG("Rebar is in offline mode"),
125+
?DEBUG("Rebar is in offline mode", []),
126126
error;
127127
_ ->
128128
request_online(Url, ETag)

0 commit comments

Comments
 (0)