diff --git a/whatsdirty/publish.sh b/whatsdirty/publish.sh index 3d28b6f..58f1859 100755 --- a/whatsdirty/publish.sh +++ b/whatsdirty/publish.sh @@ -28,6 +28,6 @@ cp "${SCRIPT_DIR}/whatsdirty.sh" "${TOOLDIR}" ln -s "${TOOLDIR}/whatsdirty.sh" "${TOOLDIR}/whatsdirty" # publish universal tool. -"${GETPKG}" publish "${TOOLDIR}" "whatsdirty" +"${GETPKG}" publish "whatsdirty" "${TOOLDIR}" -rm -rf "${TOOLDIR}" \ No newline at end of file +rm -rf "${TOOLDIR}"