aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2016-10-30 00:44:03 +0100
committerLuis Rascao <[email protected]>2016-10-30 00:44:03 +0100
commite47b75b8ec2f32e2176359ffb70c5e2baf7c7819 (patch)
treee454e71f85e1c591adb9fec71f820b3adc3961c0
parent55606fdd829d87291f079f1399cbca7cfc5a95b7 (diff)
downloadrelx-e47b75b8ec2f32e2176359ffb70c5e2baf7c7819.tar.gz
relx-e47b75b8ec2f32e2176359ffb70c5e2baf7c7819.tar.bz2
relx-e47b75b8ec2f32e2176359ffb70c5e2baf7c7819.zip
Fix head mismatch
-rw-r--r--priv/templates/install_upgrade_escript2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/install_upgrade_escript b/priv/templates/install_upgrade_escript
index 6777c78..4daf526 100644
--- a/priv/templates/install_upgrade_escript
+++ b/priv/templates/install_upgrade_escript
@@ -45,7 +45,7 @@ unpack({RelName, NameTypeArg, NodeName, Cookie}, [VersionArg]) ->
print_existing_versions(TargetNode),
erlang:halt(2)
end;
-install(_, Args) ->
+unpack(_, Args) ->
?INFO("unpack: unknown args ~p\n", [Args]).
install({RelName, NameTypeArg, NodeName, Cookie}, [VersionArg]) ->