File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ impl Controller {
822822 )
823823 }
824824
825- let err_msg = "is Samply installed and in `$PATH`? try: `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/abhizer /samply/releases/download/v0.13.2/samply-installer.sh | sh`" . to_string ( ) ;
825+ let err_msg = "is Samply installed and in `$PATH`? try: `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/feldera /samply/releases/download/v0.13.2/samply-installer.sh | sh`" . to_string ( ) ;
826826
827827 let version = tokio:: process:: Command :: new ( "samply" )
828828 . arg ( "--version" )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ ENV PATH="$PATH:/home/ubuntu/.cargo/bin:/home/ubuntu/mold/bin"
7878ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold -C link-arg=-Wl,--compress-debug-sections=zlib"
7979
8080# Install Samply for profiling
81- RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/abhizer /samply/releases/download/v0.13.2/samply-installer.sh | sh
81+ RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/feldera /samply/releases/download/v0.13.2/samply-installer.sh | sh
8282
8383#
8484# Build phase to specifically customize for the feldera OSS container
You can’t perform that action at this time.
0 commit comments