Skip to content

Commit

Permalink
Fixing a typo in versionize-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljindal committed Oct 27, 2015
1 parent fcd9946 commit 4d084b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/versionize-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ go_files+=(pkg/apis/*/types.go)
for file in "${go_files[@]}"; do
$SED -ri \
-e "s|(releases.k8s.io)/[^/]+|\1/${NEW_VERSION}|g" \
-e "s|(${HTML_PREVIEW_PREFIX})/HEAD)|\1/blob/${NEW_VERSION}|g" \
-e "s|(${HTML_PREVIEW_PREFIX})/HEAD|\1/blob/${NEW_VERSION}|g" \
"${file}"
done

Expand Down

0 comments on commit 4d084b8

Please sign in to comment.