Skip to content

Commit

Permalink
Update GitHub commit link
Browse files Browse the repository at this point in the history
This will show the history view up that commit, instead of the commit itself,
which is probably more useful.
  • Loading branch information
fkling committed Nov 14, 2019
1 parent b36612a commit 04b24dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inject-rev.sh
Expand Up @@ -5,4 +5,4 @@
# likely just out/index.html

rev=$(git rev-parse --short HEAD)
sed -i "s%@@COMMIT@@%Build: <a href='https://github.com/fkling/astexplorer/commit/$rev'>$rev</a>%" "$1"
sed -i "s%@@COMMIT@@%Build: <a href='https://github.com/fkling/astexplorer/commits/$rev'>$rev</a>%" "$1"

0 comments on commit 04b24dd

Please sign in to comment.