Skip to content

Commit 92accaa

Browse files
Fix hardcoded release reference in file
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 20ad8ce commit 92accaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ EOF
165165

166166
# Now tell arc-versions.sh to use this file instead of arc-dev:
167167
if ! sed -i \
168-
-e 's/^default_toolchain_config=.*$/default_toolchain_config=arc-2015.06/' \
168+
-e "s/^default_toolchain_config=.*$/default_toolchain_config=$tagname/" \
169169
arc-versions.sh
170170
then
171171
echo "ERROR: Failed to edit arc-versions.sh"

0 commit comments

Comments
 (0)