Skip to content

Commit a2b9198

Browse files
fix(script): correct echo statement value
1 parent fd5a101 commit a2b9198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

salter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ salter-engine() {
496496
([ -x ${SALTFS}/contrib/menu.py ] && ${SALTFS}/contrib/menu.py ${solution[saltdir]}/install) || exit 2
497497
highstate add "${solution[saltdir]}" ${PROFILE} ;;
498498

499-
*) interact "==> This script will add: ${solution[alias]}"
499+
*) interact "==> This script will add: ${PROFILE}"
500500
if [ -f ${solution[saltdir]}/${ACTION}/${PROFILE}.sls ]; then
501501
highstate add ${solution[saltdir]} ${PROFILE}
502502
custom-postadd ${PROFILE}

0 commit comments

Comments
 (0)