Skip to content

Commit

Permalink
Update csclient_compare.sh
Browse files Browse the repository at this point in the history
Changed to new app_template folder
  • Loading branch information
phate999 authored Feb 21, 2024
1 parent b2266bd commit 96b5206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csclient_compare.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#Every app should have the same version of csclient.py. This test verifies a new app or modified app does not have an out of date csclient.py.
file2="app_template_csclient/csclient.py"
file2="app_template/csclient.py"
for folder in ./*/;
do
if test -f $folder/csclient.py; then
Expand Down

0 comments on commit 96b5206

Please sign in to comment.