Skip to content

Commit

Permalink
headlamp-plugin/plugin-management.test: Add #! to top of file
Browse files Browse the repository at this point in the history
So test can be more easily executed.

Signed-off-by: René Dudfield <renedudfield@microsoft.com>
  • Loading branch information
illume committed Jul 11, 2024
1 parent 39a314a commit d5bf925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/headlamp-plugin/headlamp-plugin-management.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/env node
const { execSync } = require('child_process');
const assert = require('assert');
const fs = require('fs');
Expand Down

0 comments on commit d5bf925

Please sign in to comment.