Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilpowar17 committed Jan 8, 2024
1 parent 8fe90c3 commit 8b9c09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jck/jck-semiauto-updater/jckupdater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ isLatestUpdate() {

#check if latest exclude file is available
getExcludeFiles
isExcludeUpdateNeeded=$?
isExcludeUpdateNeeded=0 #$?

#Check if material update is needed.
if grep -q "$JCK_WITHOUT_BACKSLASH" build.txt; then
Expand Down

0 comments on commit 8b9c09b

Please sign in to comment.