Skip to content

Commit 0380835

Browse files
sanjaiganeshSanjai Ganesh
authored andcommitted
improve logging (Azure#10096)
Co-authored-by: Sanjai Ganesh <[email protected]>
1 parent 7a82982 commit 0380835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/datacontainer/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p /usr/data/openapispecs/.git
77
cp -R /usr/data/specrepo/.git/* /usr/data/openapispecs/.git/
88

99
timestamp=`date +%Y/%m/%d-%H:%M:%S`
10-
echo "[$timestamp] Running git checkout master"
10+
echo "[$timestamp] Running 'git checkout [$specRetrievalGitBranch] -f'"
1111
git checkout $specRetrievalGitBranch -f
1212

1313
timestamp=`date +%Y/%m/%d-%H:%M:%S`

0 commit comments

Comments
 (0)