Skip to content

Commit

Permalink
bug(fix_halyard_installer): Fix installer script. (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonnelson3 authored Jan 19, 2018
1 parent 6800f31 commit 30bf019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/debian/InstallHalyard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

function check_migration_needed() {
set -e
set +e

which dpkg &> /dev/null
if [ "$?" = "0" ]; then
Expand Down

0 comments on commit 30bf019

Please sign in to comment.