Skip to content

Commit 5d78118

Browse files
committed
s/---/~~~/ for Fixing permissions header
1 parent 5feb7c1 commit 5d78118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/conf/buildkite-agent/hooks/environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [[ "${DOCKER_USERNS_REMAP:-false}" == "false" ]] ; then
125125
# => "my-pipeline"
126126

127127
# Now we can pass this to the sudo script which will validate it before safely chmodding:
128-
echo "--- Fixing permissions for '${AGENT_DIR}/${ORG_DIR}/${PIPELINE_DIR}'..."
128+
echo "~~~ Fixing permissions for '${AGENT_DIR}/${ORG_DIR}/${PIPELINE_DIR}'..."
129129
sudo /usr/bin/fix-buildkite-agent-builds-permissions "${AGENT_DIR}" "${ORG_DIR}" "${PIPELINE_DIR}"
130130
echo
131131
fi

0 commit comments

Comments
 (0)