Skip to content

Commit

Permalink
profiles: singularity: fix profile path
Browse files Browse the repository at this point in the history
Commands used to check for issues:

    $ git ls-files 'etc/profile-a-l/' | grep 'etc/profile-a-l/[m-z]'
    etc/profile-a-l/singularity.profile
    $ git ls-files 'etc/profile-m-z/' | grep 'etc/profile-a-l/[a-l]'
    $

Command used to fix the path:

    $ git mv \
      etc/profile-a-l/singularity.profile \
      etc/profile-m-z/singularity.profile

Relates to #6463.
  • Loading branch information
kmk3 committed Jan 4, 2025
1 parent 7b47c82 commit 4782399
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 4782399

Please sign in to comment.