diff --git a/sample_code.sh b/sample_code.sh index 360967c..a52cb67 100644 --- a/sample_code.sh +++ b/sample_code.sh @@ -4,6 +4,6 @@ echo "This is an Samples Script from GitHub" echo "This is test from Linux Server" echo "This is an example of a script" -echo "This is running in a build step and it shows changes" +echo "This is running in a build step and it shows changes file" SUM=$((FIRSTNUMBER + SECONDNUMBER)) echo "$SUM"