We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5a101 commit a2b9198Copy full SHA for a2b9198
1 file changed
salter.sh
@@ -496,7 +496,7 @@ salter-engine() {
496
([ -x ${SALTFS}/contrib/menu.py ] && ${SALTFS}/contrib/menu.py ${solution[saltdir]}/install) || exit 2
497
highstate add "${solution[saltdir]}" ${PROFILE} ;;
498
499
- *) interact "==> This script will add: ${solution[alias]}"
+ *) interact "==> This script will add: ${PROFILE}"
500
if [ -f ${solution[saltdir]}/${ACTION}/${PROFILE}.sls ]; then
501
highstate add ${solution[saltdir]} ${PROFILE}
502
custom-postadd ${PROFILE}
0 commit comments