Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Jul 28, 2023
1 parent 377f9e3 commit 2c2ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/job
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ updated_at=$(date +%s)

print_preinstall_message() {
if [ "$JOB_MESSAGE" != "" ]; then
printf "%s\n" "$JOB_MESSAGE $namespace"
printf "%s\n" "$JOB_MESSAGE" "$JOB_LOG_URL$namespace"
fi
}

Expand Down

0 comments on commit 2c2ee7f

Please sign in to comment.