From 7632516881c5bd06ad240b2a901296f7d923e095 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Tue, 5 Feb 2019 13:00:02 +0000 Subject: [PATCH] correct copy/paste error --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 1330ac1..5420f00 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1475,7 +1475,7 @@ __debian_derivatives_translation() { ;; turnkey) _major=$(echo "$DISTRO_VERSION" | sed 's/^\([0-9]*\).*/\1/g') - _debian_derivative="bunsenlabs" + _debian_derivative="turnkey" ;; esac