Skip to content

Commit f96a0d9

Browse files
authored
Merge pull request #1985 from GhostWriters/Updates
Fix "Updated to" notice during `ds -u`
2 parents 30b52c2 + c447b9e commit f96a0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/update_self.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ commands_update_self() {
102102
git ls-tree -rt --name-only "${BRANCH}" | xargs sudo chown "${DETECTED_PUID}":"${DETECTED_PGID}" > /dev/null 2>&1 || true
103103
sudo chown -R "${DETECTED_PUID}":"${DETECTED_PGID}" "${SCRIPTPATH}/.git" > /dev/null 2>&1 || true
104104
sudo chown "${DETECTED_PUID}":"${DETECTED_PGID}" "${SCRIPTPATH}" > /dev/null 2>&1 || true
105-
notice "Updated to [$(ds_version)]"
105+
notice "Updated ${APPLICATION_NAME} to $(ds_version)"
106106
popd &> /dev/null
107107
exec bash "${SCRIPTNAME}" -e
108108
}

0 commit comments

Comments
 (0)